summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjrt_test/src/binref/compilejava.in2
-rwxr-xr-xjrt_test/src/binref/runjava.in2
-rwxr-xr-xlowercasing_test/src/binref/compilejava.in2
-rwxr-xr-xlowercasing_test/src/binref/runjava.in2
-rwxr-xr-xmessagebus_test/src/binref/compilejava.in2
-rwxr-xr-xmessagebus_test/src/binref/runjava.in2
6 files changed, 6 insertions, 6 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
diff --git a/lowercasing_test/src/binref/compilejava.in b/lowercasing_test/src/binref/compilejava.in
index 163a25123fc..7ec4a04bc1b 100755
--- a/lowercasing_test/src/binref/compilejava.in
+++ b/lowercasing_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=$CLASSPATH:$VESPA_CPP_TEST_JARS/linguistics.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/vespajlib.jar
else
diff --git a/lowercasing_test/src/binref/runjava.in b/lowercasing_test/src/binref/runjava.in
index 911062e9619..0331afd956c 100755
--- a/lowercasing_test/src/binref/runjava.in
+++ b/lowercasing_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=$CLASSPATH:$VESPA_CPP_TEST_JARS/linguistics.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/vespajlib.jar
else
diff --git a/messagebus_test/src/binref/compilejava.in b/messagebus_test/src/binref/compilejava.in
index b7c76f862a0..31e65736706 100755
--- a/messagebus_test/src/binref/compilejava.in
+++ b/messagebus_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/messagebus-jar-with-dependencies.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/component.jar
else
diff --git a/messagebus_test/src/binref/runjava.in b/messagebus_test/src/binref/runjava.in
index 14540615ae6..4436bd1c760 100755
--- a/messagebus_test/src/binref/runjava.in
+++ b/messagebus_test/src/binref/runjava.in
@@ -3,7 +3,7 @@
unset VESPA_LOG_TARGET
unset LD_PRELOAD
-if [ -n $VESPA_CPP_TEST_JARS ]; then
+if [ -n "$VESPA_CPP_TEST_JARS" ]; then
CLASSPATH=$VESPA_CPP_TEST_JARS/messagebus-jar-with-dependencies.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/component.jar
else