[PATCH 0/4] configure: fix some shellcheck warnings

Subject: [PATCH 0/4] configure: fix some shellcheck warnings

Date: Wed, 13 Apr 2016 21:32:45 +0300

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


TIL about shellcheck [1]. Played with it a bit. Seems useful.

$ shellcheck --exclude 2086 --shell sh configure

BR,
Jani.

[1] http://www.shellcheck.net/


Jani Nikula (4):
  configure: SC2006: Use $(..) instead of deprecated `..`
  configure: SC2059: Don't use variables in the printf format string.
  configure: SC2034: glib_cflags and glib_ldflags appear unused.
  configure: SC2016: Expressions don't expand in single quotes

 configure | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

-- 
2.1.4


Thread: