]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: fix typo in previous patch
authorEric Blake <eblake@redhat.com>
Thu, 3 Jan 2019 15:19:27 +0000 (09:19 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 3 Jan 2019 15:19:27 +0000 (09:19 -0600)
* top/maint.mk (_sc_search_regexp): Fix my accidental corruption
of Roman's work.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
top/maint.mk

index 416f2abec7cefb480dba866099db2f83eca0bbc6..79d9229722d75739f6a8204903b0379079079b9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 19757fcf7f2d0b5c82e6917026c84280f925a0e3..4b574103a365ef365e324a79c44640eda19b8fbc 100644 (file)
@@ -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:-^$$}"                              \