Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
wsrep_sst_common: fix per shellcheck
shellcheck -s sh wsrep_sst_common.sh
In wsrep_sst_common.sh line 258:
[ -n $3 ] && reval=$3
^-- SC2070: -n doesn't work with unquoted arguments. Quote or use [[ ]].
^-- SC2086: Double quote to prevent globbing and word splitting.- Loading branch information