stktrc <stktrc@yahoo.com> writes:
> Inserting a space before the first option on the second line causes
> scshvm to complain and show "usage". Not sure if it is supposed to be
> so. The error can seem somewhat cryptic.
>
> Doesn't work:
>
> #!/usr/local/lib/scsh/scshvm \
> -h 10000000 -i
> ... heap image goes here ...
>
> Works:
>
> #!/usr/local/lib/scsh/scshvm \
> -h 10000000 -i
> ... heap image goes here ...
I've made the argument processor more robust with regard to
whitespaces and adapted the error message. The fixes are in CVS and
will appear in scsh 0.6.6.
--
Martin
|