You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 3 SC3017: In POSIX sh, unary -a in place of -e is undefined.
Line 5 SC3016: In POSIX sh, unary -v (in place of [ -n "${var+x}" ]) is undefined.
Here's what I wanted or expected to see:
Line 2 SC3017: In POSIX sh, unary -a in place of -e is undefined.
Line 3 SC3017: In POSIX sh, unary -a in place of -e is undefined.
Line 4 SC3016: In POSIX sh, unary -v (in place of [ -n "${var+x}" ]) is undefined.
Line 5 SC3016: In POSIX sh, unary -v (in place of [ -n "${var+x}" ]) is undefined.
The text was updated successfully, but these errors were encountered:
For bugs
shellcheck --version
or 'online'): onlineFor new checks and feature suggestions
Here's a snippet or screenshot that shows the problem:
Here's what shellcheck currently says:
Here's what I wanted or expected to see:
The text was updated successfully, but these errors were encountered: