changeset 40061:6c6885e18379

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>
author Eric Blake <eblake@redhat.com>
date Thu, 03 Jan 2019 09:19:27 -0600
parents b5beaade237e
children 7270f48227f7
files ChangeLog top/maint.mk
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 02 14:08:00 2019 -0600
+++ b/ChangeLog	Thu Jan 03 09:19:27 2019 -0600
@@ -1,3 +1,9 @@
+2019-01-03  Eric Blake  <eblake@redhat.com>
+
+	maintainer-makefile: fix typo in previous patch
+	* top/maint.mk (_sc_search_regexp): Fix my accidental corruption
+	of Roman's work.
+
 2019-01-02  Roman Bolshakov <r.bolshakov@yadro.com>  (tiny change)
 
 	maintainer-makefile: prefer $(GREP) over grep
--- a/top/maint.mk	Wed Jan 02 14:08:00 2019 -0600
+++ b/top/maint.mk	Thu Jan 03 09:19:27 2019 -0600
@@ -314,7 +314,7 @@
    : 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:-^$$}"				\