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
Package: shellcheck
Version: 0.3.3-1
Severity: normal
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 | xarg
2 matches
Mail list logo