pharo: More quoting
This commit is contained in:
parent
8761ef256f
commit
86d3b59a95
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||||||
# Note: --with-vmcfg configure option is broken so copy plugin specs to ./
|
# Note: --with-vmcfg configure option is broken so copy plugin specs to ./
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cd opensmalltalk-vm
|
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.)
|
# (No special build phase.)
|
||||||
|
@ -53,5 +53,5 @@ fi
|
|||||||
|
|
||||||
# Run the VM
|
# Run the VM
|
||||||
set -f
|
set -f
|
||||||
exec -- ${vm} $@
|
exec -- "${vm}" "$@"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user