-
Mario Trangoni authored
see, $ find . -name "*.sh" | xargs shellcheck -i SC2086 For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... Signed-off-by:
Mario Trangoni <mjtrangoni@gmail.com>
747a3374
see, $ find . -name "*.sh" | xargs shellcheck -i SC2086 For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... Signed-off-by:Mario Trangoni <mjtrangoni@gmail.com>