help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Shebang support


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Shebang support
Date: Sat, 08 Dec 2012 00:07:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]