summaryrefslogtreecommitdiff
path: root/top/maint.mk
diff options
context:
space:
mode:
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:-^$$}" \