QuackatronHQ / Gigarepo

Opening and closing brackets do not match SH-1033
Bug risk
Critical
1 occurrence in this check
Test expression was opened with double [[ but closed with single ]. Make sure they match
1# SH-1033
2[[ x ] || [ y ]]3
4# SH-1035
5if ![-z foo ]; then true; fi # if command `[-z' w/ args `foo', `]' fails..