mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Add missing ;; inside case ... esac
@@ -20,7 +20,7 @@ while getoptions f option
|
||||
do
|
||||
case "${options}"
|
||||
in
|
||||
f) FTR="${ARG}"
|
||||
f) FTR="${ARG}";;
|
||||
\?) exit;;
|
||||
esac
|
||||
done
|
||||
|
Reference in New Issue
Block a user