mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix syntax error
@@ -28,7 +28,7 @@ rm -- !(*.c)
|
||||
# POSIX
|
||||
for f in ./*
|
||||
do
|
||||
case $f of
|
||||
case $f in
|
||||
*.c) true;;
|
||||
*) rm "$f";;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user