mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix POSIX capitalization in description
@@ -66,7 +66,7 @@ make_with_flags() {
|
||||
make_with_flags file
|
||||
```
|
||||
|
||||
To split on spaces but not perform glob expansion, Posix has a `set -f` to disable globbing. You can disable word splitting by setting `IFS=''`.
|
||||
To split on spaces but not perform glob expansion, POSIX has a `set -f` to disable globbing. You can disable word splitting by setting `IFS=''`.
|
||||
|
||||
Similarly, you might want an optional argument:
|
||||
|
||||
|
Reference in New Issue
Block a user