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