bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 0/2] Fix syntax-check on macOS/FreeBSD


From: Eric Blake
Subject: Re: [PATCH v3 0/2] Fix syntax-check on macOS/FreeBSD
Date: Thu, 3 Jan 2019 09:28:13 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1

On 1/3/19 8:44 AM, Eric Blake wrote:
> And I botched something in _sc_search_regexp. Will push the followup
> patch as soon as I diagnose the issue.
> 

D'oh, I killed an important backslash:


+++ 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:-^$$}"                              \



-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]