summaryrefslogtreecommitdiff
path: root/scripts/wsrep_sst_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/wsrep_sst_common.sh')
-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 b9d9d04fef6..7f3fe23e0c4 100644
--- a/scripts/wsrep_sst_common.sh
+++ b/scripts/wsrep_sst_common.sh
@@ -255,7 +255,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
}