From a9f02cbe6cbf41c08837fad95dec3b61fc32a85d Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 8 Nov 2007 15:15:41 +0000 Subject: [PATCH] Fixed Qi svn path=/nixpkgs/trunk/; revision=9603 --- pkgs/development/compilers/qi/9.1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/qi/9.1.nix b/pkgs/development/compilers/qi/9.1.nix index 47f42f21c262..661bb85e7989 100644 --- a/pkgs/development/compilers/qi/9.1.nix +++ b/pkgs/development/compilers/qi/9.1.nix @@ -9,7 +9,7 @@ args : with args; configureFlags = []; } null; /* null is a terminator for sumArgs */ let - bash=stdenv.bash ; + shell=stdenv.shell; in let allBuild = FullDepEntry (" @@ -18,7 +18,7 @@ let ensureDir \$out/share ensureDir \$out/bin cp -r . \$out/share/Qi-9.1 - echo -e '#! ${bash}/bin/bash + echo -e '#! ${shell} arg1=\${1:-'\$out'/share/Qi-9.1/startup.txt} shift clisp -M '\$out'/share/Qi-9.1/lispinit.mem \$arg1 \"\$@\"\\n' > \$out/bin/qi