Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shellcheck: detect unbracketed if expressions in shell scripts
Fail if `if $` or `if "$` appears in a shell script, since `if [ $` may have been intended and the test will always return false if so. This will generate false positives if a command is being run indirectly via a shell variable.
- Loading branch information