[Vm-dev] Fix for unix squeak shell script

Tobias Pape Das.Linux at gmx.de
Sat Apr 4 21:53:33 UTC 2015


Hi

In the unix launcher, there is some quoting missing:

http://squeakvm.org/cgi-bin/viewvc.cgi/squeak/branches/Cog/platforms/unix/config/squeak.sh.in?revision=3107&view=markup#l4

The line
	BIN=`/usr/bin/dirname $0`/@expanded_relative_imgdir@ 
should read
	BIN="$(/usr/bin/dirname "$0"/@expanded_relative_imgdir@)

The same holds for bin.squeak.sh.in

Best
	-Tobias



More information about the Vm-dev mailing list