summaryrefslogtreecommitdiffstats
path: root/lowercasing_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 /lowercasing_test
parente0c24027d7e2c02eb8d19d82e76780714bfc30b1 (diff)
Add required quotes.
Diffstat (limited to 'lowercasing_test')
-rwxr-xr-xlowercasing_test/src/binref/compilejava.in2
-rwxr-xr-xlowercasing_test/src/binref/runjava.in2
2 files changed, 2 insertions, 2 deletions
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