pharo: More quoting

This commit is contained in:
Luke Gorrie
2017-06-30 07:24:09 +00:00
parent 8761ef256f
commit 86d3b59a95
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,5 +53,5 @@ fi
# Run the VM
set -f
exec -- ${vm} $@
exec -- "${vm}" "$@"