[Intel-gfx] [dim PATCH 00/10] dim: shellcheck fixes
Jani Nikula
jani.nikula at intel.com
Fri Mar 17 10:42:51 UTC 2017
Noticing that 64a54c5e1a5d ("dim: Add add-link command") added a
condition that is always true (if [ -n $foo ]), despite my review of the
patch, I refreshed some of my old patches to fix issues that can be
caught by shellcheck.
Starting from patch 1, the minimal merge criteria for any new dim
patches is that 'make shellcheck' passes.
I add shellcheck exceptions for starters, so there are no errors
reported, and then remove the exceptions by fixing them one by one. I'm
not sure if we'll ever fix them all, but let's at least make sure we're
not adding any new silly mistakes.
BR,
Jani.
Jani Nikula (10):
dim: add make target to shellcheck dim
dim: quote check for non-zero string
dim: replace expr with $((..))
dim: use $* instead of $@ within string
dim: double quote array expansions
dim: quote expressions using { }
dim: add double quotes to prevent glob interpretation
dim: prevent * from becoming options
dim: avoid useless cat in apply-branch
dim: Replace `..` with $(..)
Makefile | 16 +++++++
dim | 143 ++++++++++++++++++++++++++++++++-------------------------------
2 files changed, 88 insertions(+), 71 deletions(-)
--
2.1.4
More information about the Intel-gfx
mailing list