scsh-users
[Top] [All Lists]

Re: Space before first option in image triggers

To: stktrc <stktrc@yahoo.com>
Subject: Re: Space before first option in image triggers
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Tue, 27 Jan 2004 14:43:26 +0100
Cc: scsh@zurich.csail.mit.edu
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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: Space before first option in image triggers, Martin Gasbichler <=