mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix plural form of verb
@@ -23,6 +23,6 @@ Similarly, `--` by convention indicates the end of options, and nothing after it
|
|||||||
|
|
||||||
Note that changing `*` to `./*` in GNU Tar parameters will add `./` prefix to path names in the created archive. This may cause subtle problems (eg. to search for a specific file in archive, the `./` prefix must be specified as well). So using `-- *` is a safer fix for GNU Tar commands.
|
Note that changing `*` to `./*` in GNU Tar parameters will add `./` prefix to path names in the created archive. This may cause subtle problems (eg. to search for a specific file in archive, the `./` prefix must be specified as well). So using `-- *` is a safer fix for GNU Tar commands.
|
||||||
|
|
||||||
`echo` and `printf` does not have issues unless the glob is the first word in the command. ShellCheck 0.7.2+ does not warn for these commands.
|
`echo` and `printf` do not have issues unless the glob is the first word in the command. ShellCheck 0.7.2+ does not warn for these commands.
|
||||||
|
|
||||||
For more information, see "[Filenames and Pathnames in Shell: How to do it Correctly](https://dwheeler.com/essays/filenames-in-shell.html)".
|
For more information, see "[Filenames and Pathnames in Shell: How to do it Correctly](https://dwheeler.com/essays/filenames-in-shell.html)".
|
||||||
|
Reference in New Issue
Block a user