mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 13:31:36 -07:00
Better unquoted message, seeing as how it's so common.
This commit is contained in:
parent
4780da31c2
commit
6b9cad55a5
1 changed files with 1 additions and 1 deletions
|
@ -1455,7 +1455,7 @@ checkSpacefulness t =
|
||||||
then return [(getId token, Note InfoC warning)]
|
then return [(getId token, Note InfoC warning)]
|
||||||
else return []
|
else return []
|
||||||
where
|
where
|
||||||
warning = "Unquoted variable may contain spaces/globs, and will word split."
|
warning = "Double quote to prevent globbing and word splitting."
|
||||||
|
|
||||||
writeF _ _ name DataExternal = do
|
writeF _ _ name DataExternal = do
|
||||||
setSpaces name True
|
setSpaces name True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue