xmind: fix shell escape

This commit is contained in:
Enno Lohmeier 2019-09-18 01:59:01 +02:00
parent 1bc7fae62d
commit 11435e0616

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