about summary refs log tree commit diff
path: root/pkgs/games/tremulous/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tremulous/default.nix')
-rw-r--r--pkgs/games/tremulous/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tremulous/default.nix b/pkgs/games/tremulous/default.nix
index ce30be7be0b9..fd1a3e178d59 100644
--- a/pkgs/games/tremulous/default.nix
+++ b/pkgs/games/tremulous/default.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
     for b in tremulous tremded
     do
         cat << EOF > $out/bin/$b
-    #!/bin/sh
+    #!${stdenv.shell}
     cd $out/opt/tremulous
     exec ./$b.$arch "\$@"
     EOF