koalaman / shellcheck Public
SC3010
Lucas Larson edited this page Apr 16, 2022
·
3 revisions
In POSIX sh, [[ ]] is undefined.
POSIX sh uses [ ] and test instead. To see the limitations/differences, view http://mywiki.wooledge.org/BashFAQ/031