mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Revert r14418 - not including the directory in arvg[0] broke
Firefox. svn path=/nixpkgs/trunk/; revision=14774
This commit is contained in:
parent
807aae2fd6
commit
ba86b027c5
|
@ -66,7 +66,7 @@ makeWrapper() {
|
|||
fi
|
||||
done
|
||||
|
||||
echo "exec -a $(basename "$wrapper") \"$original\" $flagsBefore \"\$@\"" >> $wrapper
|
||||
echo "exec \"$original\" $flagsBefore \"\$@\"" >> $wrapper
|
||||
|
||||
chmod +x $wrapper
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue