diff --git a/scripts/wsrep_sst_common.sh b/scripts/wsrep_sst_common.sh index 1f57f3ebbc2..9cafdb37023 100644 --- a/scripts/wsrep_sst_common.sh +++ b/scripts/wsrep_sst_common.sh @@ -272,7 +272,7 @@ parse_cnf() # use default if we haven't found a value if [ -z $reval ]; then - [ -n $3 ] && reval=$3 + [ -n "$3" ] && reval=$3 fi echo $reval }