From ddd488f53d2d5f721594c95a85edd7e8edf5b071 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 6 Jun 2014 09:23:04 +0200 Subject: [PATCH] quote variable that might not be set at all --- regression-tests/start-test-stop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 766f01f90c..33a57b9022 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -73,7 +73,7 @@ securezone () ../pdns/pdnssec --config-dir=. $configname rectify-zone $zone 2>&1 else # check if PKCS#11 should be used - if [ $pcks11 -eq 1 ]; then + if [ "$pcks11" -eq 1 ]; then if [ "$slot" == "" ]; then slot=0 else -- 2.47.2