Merge pull request #323520 from rennsax/master
libreoffice-bin: dollar sign should be escaped
This commit is contained in:
commit
93f44a57c1
@ -44,7 +44,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
cp -R . $out/Applications/${appName}
|
cp -R . $out/Applications/${appName}
|
||||||
cat > $out/bin/${scriptName} << EOF
|
cat > $out/bin/${scriptName} << EOF
|
||||||
#!${stdenvNoCC.shell}
|
#!${stdenvNoCC.shell}
|
||||||
open -na $out/Applications/${appName} --args "$@"
|
open -na $out/Applications/${appName} --args "\$@"
|
||||||
EOF
|
EOF
|
||||||
chmod +x $out/bin/${scriptName}
|
chmod +x $out/bin/${scriptName}
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user