about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-02-23 06:05:44 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-02-23 06:05:44 +0000
commit0ca9f88ebc312f5fe039b21cc12c4c81e710bd3c (patch)
tree0dfe9ecc0654652564b8ade9a07dc654aa5a9c02
parent7d4bcaece107f554e31d74cf9d259f7e5f2f2218 (diff)
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10840
-rw-r--r--pkgs/development/compilers/ghc-6.8/setup-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc-6.8/setup-hook.sh b/pkgs/development/compilers/ghc-6.8/setup-hook.sh
index 14004e64d6c10..3b003ce5560fe 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"
 }