mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 08:13:56 +08:00
Added and fixed checkes related to "$@"/$*
This commit is contained in:
1
badcase/forindollarstar
Normal file
1
badcase/forindollarstar
Normal file
@@ -0,0 +1 @@
|
||||
for f in $*; do echo "$f"; done
|
Reference in New Issue
Block a user