about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-09-18 02:44:03 +0200
committerGitHub <noreply@github.com>2019-09-18 02:44:03 +0200
commit17fb9ffdda0eba2a613e29e135070df20578e768 (patch)
treeae78206c9e3ac40e4270e5b778f190782b075a7a /pkgs/applications
parent7591343bf3bffdd139fce8a6b0f1c8e6c58ab6af (diff)
parent11435e061670d319cbba7df3feacb80c12a8d452 (diff)
downloadnixlib-17fb9ffdda0eba2a613e29e135070df20578e768.tar
nixlib-17fb9ffdda0eba2a613e29e135070df20578e768.tar.gz
nixlib-17fb9ffdda0eba2a613e29e135070df20578e768.tar.bz2
nixlib-17fb9ffdda0eba2a613e29e135070df20578e768.tar.lz
nixlib-17fb9ffdda0eba2a613e29e135070df20578e768.tar.xz
nixlib-17fb9ffdda0eba2a613e29e135070df20578e768.tar.zst
nixlib-17fb9ffdda0eba2a613e29e135070df20578e768.zip
Merge pull request #68993 from elohmeier/xmind
xmind: fix shell escape
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/xmind/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/xmind/default.nix b/pkgs/applications/misc/xmind/default.nix
index c673002fb511..0332de0195cd 100644
--- a/pkgs/applications/misc/xmind/default.nix
+++ b/pkgs/applications/misc/xmind/default.nix
@@ -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