summaryrefslogtreecommitdiff
path: root/top/maint.mk
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2019-01-03 09:19:27 -0600
committerEric Blake <eblake@redhat.com>2019-01-03 09:19:27 -0600
commit70eb4687b1d84ae780bbf2b8141bee07c85e6d3b (patch)
tree89c2dad442e8cecd446d3b3a8e67a6463907cfdf /top/maint.mk
parent7216e3e8d9f914d216fb10abf7dbeafa6570eb87 (diff)
downloadgnulib-70eb4687b1d84ae780bbf2b8141bee07c85e6d3b.tar.gz
maintainer-makefile: fix typo in previous patch
* top/maint.mk (_sc_search_regexp): Fix my accidental corruption of Roman's work. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'top/maint.mk')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/maint.mk b/top/maint.mk
index 19757fcf7f..4b574103a3 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -314,7 +314,7 @@ define _sc_search_regexp
: Check for the construct; \
if test -n "$$files"; then \
if test -n "$$prohibit"; then \
- echo "$$files"
+ echo "$$files" \
| xargs $(GREP) $$with_grep_options $(_ignore_case) -nE \
"$$prohibit" /dev/null \
| $(GREP) -vE "$${exclude:-^$$}" \