scsh-users
[Top] [All Lists]

Space before first option in image triggers

To: scsh@zurich.csail.mit.edu
Subject: Space before first option in image triggers
From: stktrc <stktrc@yahoo.com>
Date: 09 Dec 2003 11:38:31 +0100
Sender: news <news@sea.gmane.org>
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 ...


<Prev in Thread] Current Thread [Next in Thread>
  • Space before first option in image triggers, stktrc <=