File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ if [ $workspaceCreate -eq 0 ]; then
49
49
# w/o output folder
50
50
else
51
51
# create workspace in current folder
52
- passWork=.workspace$( find ./ -maxdepth 1 -name " .workspace*" | wc -l)
52
+ passWork=.workspace$( find ./ -maxdepth 1 -name " .workspace*" | expr $( wc -l) )
53
53
fi
54
54
55
55
if ! " $( dirname " ${BASH_SOURCE[0]} " ) " /../jdk/Contents/Home/bin/java -cp " $( dirname " ${BASH_SOURCE[0]} " ) " /../Eclipse/plugins/org.eclipse.equinox.launcher* .jar -Xms512m $memory -Djava.awt.headless=true org.eclipse.core.launcher.Main -configuration " $( dirname " ${BASH_SOURCE[0]} " ) " /configuration -application msi.gama.headless.product -data $passWork " $@ " ; then
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if [ $workspaceCreate -eq 0 ]; then
57
57
# w/o output folder
58
58
else
59
59
# create workspace in current folder
60
- passWork=.workspace$( find ./ -maxdepth 1 -name " .workspace*" | wc -l)
60
+ passWork=.workspace$( find ./ -maxdepth 1 -name " .workspace*" | expr $( wc -l) )
61
61
fi
62
62
63
63
if ! java -cp " $( dirname " ${BASH_SOURCE[0]} " ) " /../Eclipse/plugins/org.eclipse.equinox.launcher* .jar -Xms512m $memory -Djava.awt.headless=true org.eclipse.core.launcher.Main -configuration " $( dirname " ${BASH_SOURCE[0]} " ) " /configuration -application msi.gama.headless.product -data $passWork " $@ " ; then
You can’t perform that action at this time.
0 commit comments