]> git.notmuchmail.org Git - notmuch/commitdiff
configure: add set -u
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 6 May 2016 18:11:25 +0000 (21:11 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 7 May 2016 17:40:14 +0000 (14:40 -0300)
In case of any unset variable, make ./configure exit with nonzero value;
an attempt to expand an unset variable is a bug in the script
(usually a spelling mistake) and those should not pass through
unnoticed.


No differences found