Il 07/12/2012 15:22, Andrew Pennebaker ha scritto:
> Ah, thank you.
> 
> If gst didn't require -f before the file to load, interpreting the first
> nonflagged argument as the file to load

It does already.  The effect of -f is to pass the remaining arguments to
Smalltalk.  Changing this is not possible for historical reasons and
because it is actually useful to say "gst f.st g.st".

I don't think it is asking too much to write this:

#! /bin/sh
"exec" "gst" "-f" "$0" "$@"

Paolo

> , then would the more standard
> #!/usr/bin/env
> gst work?


_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to