* Pass arguments.

svn path=/nixpkgs/trunk/; revision=1623
This commit is contained in:
Eelco Dolstra 2004-10-31 18:58:48 +00:00
parent 854c34cbcb
commit bb421a4972

View file

@ -21,7 +21,7 @@ cat > $out/bin/firefox <<EOF
#! $SHELL
export LD_LIBRARY_PATH=$extraLibPath
export MOZ_PLUGIN_PATH=$pluginPath
exec $firefox/bin/firefox
exec $firefox/bin/firefox "\$@"
EOF
chmod +x $out/bin/firefox