From 0ca9f88ebc312f5fe039b21cc12c4c81e710bd3c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Feb 2008 06:05:44 +0000 Subject: [PATCH] svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10840 --- pkgs/development/compilers/ghc-6.8/setup-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc-6.8/setup-hook.sh b/pkgs/development/compilers/ghc-6.8/setup-hook.sh index 14004e64d6c..3b003ce5560 100644 --- a/pkgs/development/compilers/ghc-6.8/setup-hook.sh +++ b/pkgs/development/compilers/ghc-6.8/setup-hook.sh @@ -13,7 +13,7 @@ makeWrapper() { wrapper="$ghc_support/$wrapperName" shift #the other arguments are passed to the source app echo '#!'"$SHELL" > "$wrapper" - echo "exec \"$ghc/bin/$wrapperName\" $@" '"$@"' > "$wrapper" + echo "exec \"@ghc@/bin/$wrapperName\" $@" '"$@"' > "$wrapper" chmod +x "$wrapper" }