svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10840
This commit is contained in:
parent
7d4bcaece1
commit
0ca9f88ebc
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue