File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ if [ $workspaceCreate -eq 0 ]; then
4949# w/o output folder
5050else
5151 # 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) )
5353fi
5454
5555if ! " $( 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
5757# w/o output folder
5858else
5959 # 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) )
6161fi
6262
6363if ! 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