1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

POSIX [ ] is test

Lucas Larson 2022-04-16 11:35:20 -04:00
parent 8ef0dc0dcc
commit b013853a56

@ -1,3 +1,3 @@
## In POSIX sh, `[[ ]]` is undefined.
POSIX sh uses `[ ]` instead. To see the limitations/differences, view http://mywiki.wooledge.org/BashFAQ/031
POSIX sh uses `[ ]` and `test` instead. To see the limitations/differences, view http://mywiki.wooledge.org/BashFAQ/031