mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Doh!
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10843
This commit is contained in:
parent
34d02fef81
commit
48650ec463
1 changed files with 1 additions and 1 deletions
|
@ -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 \"@out@/bin/$wrapperName\" $@" '"$@"' > "$wrapper"
|
||||
chmod +x "$wrapper"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue