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

Eliot Miranda eliot.miranda at gmail.com
Thu Feb 12 20:44:37 UTC 2015


Hi Chris,

    check out the new r3254 VMs.  These should provide utf-8 by default.
And yes, the issue was that the quotes turned everything into a single
argument.    exec "$BIN/squeak" -textenc utf8 "$@" would have worked also.

On Thu, Feb 12, 2015 at 12:23 PM, Chris Muller <asqueaker at gmail.com> wrote:

> > 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.
>
>


-- 
best,
Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150212/2aafdc9c/attachment.htm


More information about the Squeak-dev mailing list