[Vm-dev] Re: [squeak-dev] how to pass default startup parameters to VM?

Chris Muller asqueaker at gmail.com
Thu Feb 12 20:23:12 UTC 2015


> Try replacing the line with this two:
>
> arguments="-textenc utf8 $@"
> LD_LIBRARY_PATH="$PLUGINS:$SVMLLP:${LD_LIBRARY_PATH}" exec "$BIN/squeak"
> $arguments

I don't know why, but it works!  My only wild guess is that exec only
wants two "arguments", the binary and the arguments to that binary..?
Clearly I do not know much about bash.

Many thanks.


More information about the Squeak-dev mailing list