mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-13 00:23:20 -07:00
Merge pull request #2808 from bruce-ricard/pr/dfbr
improve short description for SC2038
This commit is contained in:
commit
d18b2553cf
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ checkPipePitfalls _ (T_Pipeline id _ commands) = do
|
|||
hasParameter "print0",
|
||||
hasParameter "printf"
|
||||
]) $ warn (getId find) 2038
|
||||
"Use -print0/-0 or -exec + to allow for non-alphanumeric filenames."
|
||||
"Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames."
|
||||
|
||||
for ["ps", "grep"] $
|
||||
\(ps:grep:_) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue