From 49d220cc97b2e73d970147fab8f416b0d9f98d2f Mon Sep 17 00:00:00 2001 From: Martin Bravenboer Date: Sat, 25 Feb 2006 01:24:21 +0000 Subject: [PATCH] Typo svn path=/nixpkgs/trunk/; revision=4912 --- 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 eb32410b352..d781b585783 100755 --- a/pkgs/applications/editors/eclipse/builder.sh +++ b/pkgs/applications/editors/eclipse/builder.sh @@ -42,5 +42,5 @@ for plugin in $plugins; do else # assume that it is a file cp $plugin $out/eclipse/plugins - end + fi done