svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10840
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user