Commit 71e0ba4a authored by Jan Lindström's avatar Jan Lindström Committed by GitHub

Merge pull request #645 from grooverdan/10.0-wsrep_sst_common_bashism

MDEV-15549 - wsrep_sst_common: fix per shellcheck
parents cf648afd 6aa22eaf
......@@ -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
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment