intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] dim: shellcheck v0.4.4 fixes
@ 2017-03-21 10:14 Jani Nikula
  2017-03-21 10:14 ` [PATCH 1/8] dim: declare and assign separately Jani Nikula
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Jani Nikula @ 2017-03-21 10:14 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Shellcheck version 0.4.4 complains more than the earlier version I was
using previously. Shut it up harder.

BR,
Jani.

Jani Nikula (8):
  dim: declare and assign separately
  dim: use [ p ] || [ q ] instead of test -a/-o
  dim: use read -r option
  dim: silence shellcheck warning about sourced files
  dim: avoid errors with rm $foo/ expanding to /
  dim: pipe dim_cite output directly instead of using echo
  dim: use grep -c instead of grep|wc
  dim: abstract -i interactive pause to a function

 Makefile |  4 ----
 dim      | 46 +++++++++++++++++++++++++++++++---------------
 2 files changed, 31 insertions(+), 19 deletions(-)

-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-03-22 14:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-21 10:14 [PATCH 0/8] dim: shellcheck v0.4.4 fixes Jani Nikula
2017-03-21 10:14 ` [PATCH 1/8] dim: declare and assign separately Jani Nikula
2017-03-21 10:14 ` [PATCH 2/8] dim: use [ p ] || [ q ] instead of test -a/-o Jani Nikula
2017-03-21 10:14 ` [PATCH 3/8] dim: use read -r option Jani Nikula
2017-03-21 10:14 ` [PATCH 4/8] dim: silence shellcheck warning about sourced files Jani Nikula
2017-03-21 10:14 ` [PATCH 5/8] dim: avoid errors with rm $foo/ expanding to / Jani Nikula
2017-03-21 10:40   ` Daniel Vetter
2017-03-21 11:15     ` Jani Nikula
2017-03-21 12:50       ` Daniel Vetter
2017-03-22 10:41         ` David Weinehall
2017-03-22 10:53           ` Jani Nikula
2017-03-22 13:51             ` David Weinehall
2017-03-22 14:03               ` Jani Nikula
2017-03-21 10:14 ` [PATCH 6/8] dim: pipe dim_cite output directly instead of using echo Jani Nikula
2017-03-21 10:14 ` [PATCH 7/8] dim: use grep -c instead of grep|wc Jani Nikula
2017-03-21 10:41   ` Daniel Vetter
2017-03-21 11:12     ` [PATCH v2] dim: use grep -q " Jani Nikula
2017-03-21 10:14 ` [PATCH 8/8] dim: abstract -i interactive pause to a function Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).