From: Peter van Dijk Date: Fri, 6 Jun 2014 07:23:04 +0000 (+0200) Subject: quote variable that might not be set at all X-Git-Tag: rec-3.6.0~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddd488f53d2d5f721594c95a85edd7e8edf5b071;p=thirdparty%2Fpdns.git quote variable that might not be set at all --- 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