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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to