Open tooptoop4 opened 8 months ago
shellcheck is not detecting malformed brace matching
if [[ "${a,,}" == "z" ] || [ "${a,,}" == "z" ]]; then
but at runtime i get error of:
z.sh: line 148: syntax error in conditional expression z.sh: line 148: syntax error near `]'
shellcheck is not detecting malformed brace matching
but at runtime i get error of: