summaryrefslogtreecommitdiffstats
path: root/jrt_test
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2020-09-01 10:32:33 +0000
committerArnstein Ressem <aressem@verizonmedia.com>2020-09-01 10:32:33 +0000
commit794353d9e1ab8ed8da66644c6f38aee9b530306a (patch)
treec441460908acb776c153b8bbed9a2d07d0a8ac99 /jrt_test
parente0c24027d7e2c02eb8d19d82e76780714bfc30b1 (diff)
Add required quotes.
Diffstat (limited to 'jrt_test')
-rwxr-xr-xjrt_test/src/binref/compilejava.in2
-rwxr-xr-xjrt_test/src/binref/runjava.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/jrt_test/src/binref/compilejava.in b/jrt_test/src/binref/compilejava.in
index 312d05c7a1e..4bac09dc483 100755
--- a/jrt_test/src/binref/compilejava.in
+++ b/jrt_test/src/binref/compilejava.in
@@ -2,7 +2,7 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
unset VESPA_LOG_TARGET
-if [ -n $VESPA_CPP_TEST_JARS ]; then
+if [ -n "$VESPA_CPP_TEST_JARS" ]; then
CLASSPATH=$VESPA_CPP_TEST_JARS/jrt.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/vespajlib.jar
else
diff --git a/jrt_test/src/binref/runjava.in b/jrt_test/src/binref/runjava.in
index 0052a957da2..47e7b8aa66c 100755
--- a/jrt_test/src/binref/runjava.in
+++ b/jrt_test/src/binref/runjava.in
@@ -2,7 +2,7 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
unset VESPA_LOG_TARGET
-if [ -n $VESPA_CPP_TEST_JARS ]; then
+if [ -n "$VESPA_CPP_TEST_JARS" ]; then
CLASSPATH=$VESPA_CPP_TEST_JARS/jrt.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/vespajlib.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/security-utils.jar