aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-26 09:39:40 +0000
committerGravatar Laurent Le Brun <laurentlb@google.com>2015-05-27 16:41:09 +0000
commit991ba95afeead6a6c18b622bf839bc8f09135166 (patch)
tree8e4772083cda9173b74ed603a94585add0f695d4 /compile.sh
parent12a71c25443909511f036c4a1be52dc1d21bb953 (diff)
Unset _JAVA_OPTIONS in compile.sh
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
index 5714ea7760..76ec30736c 100755
--- a/compile.sh
+++ b/compile.sh
@@ -35,6 +35,7 @@ CXX=${CXX:-g++}
CXXSTD="c++0x"
unset JAVA_TOOL_OPTIONS
+unset _JAVA_OPTIONS
JAVA_VERSION=${JAVA_VERSION:-"1.8"}
PLATFORM="$(uname -s | tr 'A-Z' 'a-z')"