[Vm-dev] Fix for unix squeak shell script

Tobias Pape Das.Linux at gmx.de
Sat Apr 4 22:04:21 UTC 2015


Hi again,
On 04.04.2015, at 23:53, Tobias Pape <Das.Linux at gmx.de> wrote:

> 
> 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@)
> 
typo. this should read
	BIN="$(/usr/bin/dirname "$0")/@expanded_relative_imgdir@"

Sorry.

Best
	-Tobias

> The same holds for bin.squeak.sh.in
> 
> Best
> 	-Tobias




More information about the Vm-dev mailing list