* Revert r14418 - not including the directory in arvg[0] broke

Firefox.

svn path=/nixpkgs/trunk/; revision=14774
This commit is contained in:
Eelco Dolstra 2009-03-30 10:59:45 +00:00
parent 807aae2fd6
commit ba86b027c5

View file

@ -66,7 +66,7 @@ makeWrapper() {
fi
done
echo "exec -a $(basename "$wrapper") \"$original\" $flagsBefore \"\$@\"" >> $wrapper
echo "exec \"$original\" $flagsBefore \"\$@\"" >> $wrapper
chmod +x $wrapper
}