add basic busybox sh support

This commit is contained in:
Grische
2023-11-25 12:44:46 +01:00
parent a71a13c2fc
commit be8e4b2b8a
7 changed files with 16 additions and 12 deletions

View File

@@ -9,6 +9,7 @@
- SC3015: Warn bashism `test _ =~ _` like in [ ]
- SC3016: Warn bashism `test -v _` like in [ ]
- SC3017: Warn bashism `test -a _` like in [ ]
- Added support for busybox sh
### Fixed
- source statements with here docs now work correctly