summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/wsrep_sst_common.sh2
1 files changed, 1 insertions, 1 deletions
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
}