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
signature.asc
Description: OpenPGP digital signature
