mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 05:43:51 -07:00
Added and fixed checkes related to "$@"/$*
This commit is contained in:
parent
98f5c48d47
commit
7bc732b2a2
6 changed files with 29 additions and 2 deletions
1
badcase/forindollarstar
Normal file
1
badcase/forindollarstar
Normal file
|
@ -0,0 +1 @@
|
|||
for f in $*; do echo "$f"; done
|
1
badcase/unquoteddoubleat
Normal file
1
badcase/unquoteddoubleat
Normal file
|
@ -0,0 +1 @@
|
|||
myapp $@
|
Loading…
Add table
Add a link
Reference in a new issue