pharo: More quoting
This commit is contained in:
parent
8761ef256f
commit
86d3b59a95
2 changed files with 2 additions and 2 deletions
|
@ -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.)
|
||||
|
|
|
@ -53,5 +53,5 @@ fi
|
|||
|
||||
# Run the VM
|
||||
set -f
|
||||
exec -- ${vm} $@
|
||||
exec -- "${vm}" "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue