summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-05-11 06:00:27 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-05-11 06:00:27 +0000
commit57baa6617f086cd73f98639024bc6bf91eb687b1 (patch)
tree84240c429f7b368c583348f57ec2d093e5c104ff /pkgs/applications/editors/eclipse
parentfe62c65b59fe8d56310250f7e7ddd5bf6caa1d21 (diff)
downloadnixpkgs-57baa6617f086cd73f98639024bc6bf91eb687b1.tar
nixpkgs-57baa6617f086cd73f98639024bc6bf91eb687b1.tar.gz
nixpkgs-57baa6617f086cd73f98639024bc6bf91eb687b1.tar.bz2
nixpkgs-57baa6617f086cd73f98639024bc6bf91eb687b1.tar.lz
nixpkgs-57baa6617f086cd73f98639024bc6bf91eb687b1.tar.xz
nixpkgs-57baa6617f086cd73f98639024bc6bf91eb687b1.tar.zst
nixpkgs-57baa6617f086cd73f98639024bc6bf91eb687b1.zip
fix eclipse start script
svn path=/nixpkgs/trunk/; revision=15546
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-rwxr-xr-xpkgs/applications/editors/eclipse/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/eclipse/builder.sh b/pkgs/applications/editors/eclipse/builder.sh
index 050d71761c2..5aa7f1f0dc0 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