Skip to content

Commit

Permalink
[HL] set 'workspaceCreate' for new batch command
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Aug 23, 2021
1 parent 2af799f commit 5d08e9c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions msi.gama.headless/ext/unix/gama-headless.sh
Expand Up @@ -16,16 +16,16 @@ done

workspaceCreate=0
case "$@" in
*-help*|*-version*|*-validate*|*-failed*|*-xml*)
*-help*|*-version*|*-validate*|*-failed*|*-xml*|*-batch*)
workspaceCreate=1
;;
esac


echo "******************************************************************"
echo "* GAMA version 1.8.1 *"
echo "* GAMA version 1.8.2 *"
echo "* http://gama-platform.org *"
echo "* (c) 2007-2020 UMI 209 UMMISCO IRD/SU & Partners *"
echo "* (c) 2007-2021 UMI 209 UMMISCO IRD/SU & Partners *"
echo "******************************************************************"
passWork=.workspace
# w/ output folder
Expand Down
Expand Up @@ -16,16 +16,16 @@ done

workspaceCreate=0
case "$@" in
*-help*|*-version*|*-validate*|*-failed*|*-xml*)
*-help*|*-version*|*-validate*|*-failed*|*-xml*|*-batch*)
workspaceCreate=1
;;
esac


echo "******************************************************************"
echo "* GAMA version 1.8.1 *"
echo "* GAMA version 1.8.2 *"
echo "* http://gama-platform.org *"
echo "* (c) 2007-2020 UMI 209 UMMISCO IRD/SU & Partners *"
echo "* (c) 2007-2021 UMI 209 UMMISCO IRD/SU & Partners *"
echo "******************************************************************"
passWork=.workspace
# w/ output folder
Expand Down
Expand Up @@ -16,16 +16,16 @@ done

workspaceCreate=0
case "$@" in
*-help*|*-version*|*-validate*|*-failed*|*-xml*)
*-help*|*-version*|*-validate*|*-failed*|*-xml*|*-batch*)
workspaceCreate=1
;;
esac


echo "******************************************************************"
echo "* GAMA version 1.8.1 *"
echo "* GAMA version 1.8.2 *"
echo "* http://gama-platform.org *"
echo "* (c) 2007-2020 UMI 209 UMMISCO IRD/SU & Partners *"
echo "* (c) 2007-2021 UMI 209 UMMISCO IRD/SU & Partners *"
echo "******************************************************************"
passWork=.workspace
# w/ output folder
Expand Down
Expand Up @@ -27,9 +27,9 @@ GOTO TOP

:NEXT_CODE
echo ******************************************************************
echo * GAMA version 1.8.1 *
echo * GAMA version 1.8.2 *
echo * http://gama-platform.org *
echo * (c) 2007-2020 UMI 209 UMMISCO IRD/UPMC and Partners *
echo * (c) 2007-2021 UMI 209 UMMISCO IRD/UPMC and Partners *
echo ******************************************************************
rem @echo off
set FILENAME=..\plugins\org.eclipse.equinox.launcher_*.jar
Expand Down

0 comments on commit 5d08e9c

Please sign in to comment.