diff --git a/pkgs/applications/editors/eclipse/builder.sh b/pkgs/applications/editors/eclipse/builder.sh index eb32410b352a..d781b585783e 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