Merge pull request #645 from grooverdan/10.0-wsrep_sst_common_bashism

MDEV-15549 - wsrep_sst_common: fix per shellcheck
This commit is contained in:
Jan Lindström 2018-07-19 07:04:40 +03:00 committed by GitHub
commit 71e0ba4ae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}