From 70eb4687b1d84ae780bbf2b8141bee07c85e6d3b Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 3 Jan 2019 09:19:27 -0600 Subject: 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 --- top/maint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'top/maint.mk') 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:-^$$}" \ -- cgit v1.2.1