From 794353d9e1ab8ed8da66644c6f38aee9b530306a Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Tue, 1 Sep 2020 10:32:33 +0000 Subject: Add required quotes. --- jrt_test/src/binref/compilejava.in | 2 +- jrt_test/src/binref/runjava.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'jrt_test/src') 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 -- cgit v1.2.3