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

View File

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
# Note: --with-vmcfg configure option is broken so copy plugin specs to ./
preConfigure = ''
cd opensmalltalk-vm
cp build.${flavor}/pharo.cog.spur/plugins.{ext,int} .
cp build."${flavor}"/pharo.cog.spur/plugins.{ext,int} .
'';
# (No special build phase.)

View File

@ -53,5 +53,5 @@ fi
# Run the VM
set -f
exec -- ${vm} $@
exec -- "${vm}" "$@"