mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Updated SC2249 (markdown)
@@ -50,7 +50,7 @@ If you don't have a default case because the default should be to take no action
|
||||
case "$(uname)" in
|
||||
CYGWIN*) cygwin=1;;
|
||||
MINGW*) mingw=1;;
|
||||
*) # No special workarounds identified
|
||||
*) # fall-through, No special workarounds identified
|
||||
esac
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user