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}
|
||||
cat > $out/bin/${scriptName} << EOF
|
||||
#!${stdenvNoCC.shell}
|
||||
open -na $out/Applications/${appName} --args "$@"
|
||||
open -na $out/Applications/${appName} --args "\$@"
|
||||
EOF
|
||||
chmod +x $out/bin/${scriptName}
|
||||
runHook postInstall
|
||||
|
Loading…
x
Reference in New Issue
Block a user