summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-11-13 13:44:07 -0700
committerEric Blake <eblake@redhat.com>2010-11-13 13:44:07 -0700
commit085dcf3490d16a18f8f2d41c46c856ddaa7a2e79 (patch)
tree1ed3ce0e44b9537c36e9437e583e24529c6f8d4c /top
parent8cada094a301d3f78c086ef0291e8ca88cbe7a1d (diff)
downloadgnulib-085dcf3490d16a18f8f2d41c46c856ddaa7a2e79.tar.gz
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. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
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)