From 57baa6617f086cd73f98639024bc6bf91eb687b1 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Mon, 11 May 2009 06:00:27 +0000 Subject: [PATCH] fix eclipse start script svn path=/nixpkgs/trunk/; revision=15546 --- pkgs/applications/editors/eclipse/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/eclipse/builder.sh b/pkgs/applications/editors/eclipse/builder.sh index 050d71761c29..5aa7f1f0dc03 100755 --- a/pkgs/applications/editors/eclipse/builder.sh +++ b/pkgs/applications/editors/eclipse/builder.sh @@ -22,7 +22,7 @@ cat >> $out/bin/eclipse << EOF #! /bin/sh -e export PATH=${jdk}/bin\${PATH:+:}\$PATH export LD_LIBRARY_PATH=$rpath\${LD_LIBRARY_PATH:+:}\$LD_LIBRARY_PATH -exec \$(dirname $0)/../eclipse/eclipse $@ +exec \$(dirname \$0)/../eclipse/eclipse $@ EOF chmod +x $out/bin/eclipse