summaryrefslogtreecommitdiffstats
path: root/messagebus_test
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus_test')
-rwxr-xr-xmessagebus_test/src/binref/compilejava.in2
-rwxr-xr-xmessagebus_test/src/binref/runjava.in2
2 files changed, 2 insertions, 2 deletions
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