Merge pull request #68993 from elohmeier/xmind

xmind: fix shell escape
This commit is contained in:
Maximilian Bosch 2019-09-18 02:44:03 +02:00 committed by GitHub
commit 17fb9ffdda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
cp -r $out/libexec/configuration/ \$HOME/.xmind/configuration-cathy/
fi
exec "$out/libexec/XMind" "$@"
exec "$out/libexec/XMind" "\$@"
EOF
chmod +x $out/bin/XMind