• Daniel Black's avatar
    wsrep_sst_common: fix per shellcheck · 6aa22eaf
    Daniel Black authored
    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.
    6aa22eaf
wsrep_sst_common.sh 6.91 KB