summaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-07-18 17:40:14 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-07-19 17:36:43 +0200
commitfdb5641b45dde93f1e0f843fe6d93b3e356fb4f5 (patch)
treebdcfa6140822ee0abb848b5d357a61bc25f4efac /recipes-core/ecj
parent1f2f6e9b950287c11d559d9b6367535b85a4e3ac (diff)
downloadmeta-java-fdb5641b45dde93f1e0f843fe6d93b3e356fb4f5.tar.gz
ecj-bootstrap-native: fix bashims again
Diffstat (limited to 'recipes-core/ecj')
-rwxr-xr-xrecipes-core/ecj/files/ecj.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/ecj/files/ecj.in b/recipes-core/ecj/files/ecj.in
index e054f24..caebed3 100755
--- a/recipes-core/ecj/files/ecj.in
+++ b/recipes-core/ecj/files/ecj.in
@@ -2,7 +2,7 @@ error_counter=1
2error_max=21 2error_max=21
3error_occured=true 3error_occured=true
4error_number=0 4error_number=0
5while [ ${error_counter} -le ${error_max} -a ${error_occured} == true ]; do 5while [ ${error_counter} -le ${error_max} -a ${error_occured} = true ]; do
6 ${RUNTIME} -Xmx1024m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"} 6 ${RUNTIME} -Xmx1024m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}
7 error_number=$? 7 error_number=$?
8 if [ ${error_number} -eq 139 -o ${error_number} -eq 134 ]; then 8 if [ ${error_number} -eq 139 -o ${error_number} -eq 134 ]; then