Skip to content
Permalink
Browse files
Merge pull request #645 from grooverdan/10.0-wsrep_sst_common_bashism
MDEV-15549 - wsrep_sst_common: fix per shellcheck
  • Loading branch information
Jan Lindström committed Jul 19, 2018
2 parents cf648af + 6aa22ea commit 71e0ba4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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
}

0 comments on commit 71e0ba4

Please sign in to comment.