[Pkg-haskell-maintainers] Bug#753702: shellcheck: false positive with xargs --null
Helmut Grohne
helmut at subdivi.de
Fri Jul 11 05:15:55 UTC 2014
Control: tags + fixed-upstream
On Fri, Jul 04, 2014 at 09:02:42PM +0800, Paul Wise wrote:
> There is a false positive warning about find/xargs when using the long
> option (xargs --null) instead of the short option (xargs -0):
>
> In script line 2:
> find -type d -print0 | xargs --null chmod 777
> ^-- SC2038: Use either 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow for non-alphanumeric filenames.
Fixed in version 0.3.4.
Helmut
More information about the Pkg-haskell-maintainers
mailing list