Bug#753702: shellcheck: false positive with xargs --null

2014-07-10 Thread Helmut Grohne
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

Bug#753702: shellcheck: false positive with xargs --null

2014-07-04 Thread Paul Wise
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