mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03: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 New Issue
Block a user