<div dir="ltr">On Wed, Aug 27, 2008 at 7:22 AM, Bengt Kleberg <span dir="ltr"><<a href="mailto:bengt.kleberg@ericsson.com">bengt.kleberg@ericsson.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Greetings,<br>
<br>
I would like to ask for one correction (and one clarification) on the<br>
escript man page (as found here:<br>
<a href="http://erlang.org/doc/man/escript.html" target="_blank">http://erlang.org/doc/man/escript.html</a>).<br>
<br>
1 Correction.<br>
<br>
The man page says:<br>
<br>
If you know the location of the escript executable, the first line can<br>
directly give the path to escript. For instance:<br>
#!/usr/local/bin/escript factorial<br>
<br>
That is not correct and should be<br>
#!/usr/local/bin/escript<br>
<br>
Reason: The factorial string after /usr/local/bin/escript is included in<br>
the call to the factorial script and means that the script will always<br>
say:<br>
usage: factorial integer<br>
<br>
even when called like this:<br>
./factorial 2<br>
<br>
</blockquote><div>Thanks! It will be corrected in R12B-4.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
2 Clarification<br>
<br>
I can not, on the man page, find the very important information (IMHO)<br>
that when escript starts it has trap_exit set to true. That should be<br>
added, please.<br>
</blockquote><div><br>That trap_exit is true is not intentional.<br><br>Maybe it would be better to change the implementation to set the trap_exit flag to false instead<br>(to follow the principle of least surprise)?<br>
</div></div><br>/Bjorn<br><br>-- <br>Björn Gustavsson, Erlang/OTP, Ericsson AB<br>
</div>