Fixed command-line argument support for Eclipse wrapper script

svn path=/nixpkgs/trunk/; revision=15591
This commit is contained in:
Sander van der Burg 2009-05-13 14:05:25 +00:00
parent b506afc1a3
commit b430c032fd

View file

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
export PATH=${jre}/bin
export LD_LIBRARY_PATH=${glib}/lib:${gtk}/lib:${libXtst}/lib
$out/eclipse/eclipse "$@"
$out/eclipse/eclipse "\$@"
EOF
chmod 755 $out/bin/eclipse