summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--top/maint.mk2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe84eade09..97cebc2ffe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-13 Eric Blake <eblake@redhat.com>
+
+ maintainer-makefile: cover a few more files
+ * top/maint.mk (sc_prohibit_test_double_equal): Also cover shell
+ scripts generated within C files, for libvirt.
+
2010-11-13 Bruno Haible <bruno@clisp.org>
unistr/u8-mbtouc: Improve handling of ill-formed UTF-8 input.
diff --git a/top/maint.mk b/top/maint.mk
index 65c2f80489..2c1be8574b 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -820,7 +820,7 @@ sc_prohibit_test_minus_ao:
# Avoid a test bashism.
sc_prohibit_test_double_equal:
@prohibit='(\<test| \[+) .+ == ' \
- containing='^#! */bin/sh' \
+ containing='#! */bin/[a-z]*sh' \
halt='use "test x = x", not "test x =''= x"' \
$(_sc_search_regexp)