Skip to content

Commit b5a297e

Browse files
Merge pull request #66 from scientificworld/main
Fixed the problem that _JAVA_OPTIONS cannot be set properly
2 parents b5b420b + c7ef245 commit b5a297e

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

robocode.content/src/main/resources/meleerumble.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#----------------------------------------------------------
1313

1414
# Used for setting Java options
15-
./set_java_options.sh
15+
. ./set_java_options.sh
1616

1717
# Save present work directory (pwd)
1818
pwd=$(pwd)

robocode.content/src/main/resources/robocode.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#----------------------------------------------------------
1313

1414
# Used for setting Java options
15-
./set_java_options.sh
15+
. ./set_java_options.sh
1616

1717
# Save present work directory (pwd)
1818
pwd=$(pwd)

robocode.content/src/main/resources/roborumble.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#----------------------------------------------------------
1313

1414
# Used for setting Java options
15-
./set_java_options.sh
15+
. ./set_java_options.sh
1616

1717
# Save present work directory (pwd)
1818
pwd=$(pwd)

robocode.content/src/main/resources/set_java_options.sh

100644100755
File mode changed.

robocode.content/src/main/resources/teamrumble.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#----------------------------------------------------------
1313

1414
# Used for setting Java options
15-
./set_java_options.sh
15+
. ./set_java_options.sh
1616

1717
# Save present work directory (pwd)
1818
pwd=$(pwd)

robocode.content/src/main/resources/twinduel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#----------------------------------------------------------
1313

1414
# Used for setting Java options
15-
./set_java_options.sh
15+
. ./set_java_options.sh
1616

1717
# Save present work directory (pwd)
1818
pwd=$(pwd)

0 commit comments

Comments
 (0)