coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] maint: avoid grep warning in sc_prohibit_test_minus_ao


From: Pádraig Brady
Subject: Re: [PATCH] maint: avoid grep warning in sc_prohibit_test_minus_ao
Date: Tue, 3 Jan 2023 12:04:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.0

On 03/01/2023 08:19, Bernhard Voelker wrote:
Newer grep(1) complains:
   $ make sc_prohibit_test_minus_ao
   /usr/bin/grep: warning: * at start of expression
   prohibit_test_minus_ao

* cfg.mk (exclude_file_name_regexp--sc_prohibit_test_minus_ao): Fix
expression inroduced in v8.24-120-g3205bb178, and narrow down the file
pattern to the 'doc/' directory.

diff --git a/cfg.mk b/cfg.mk

-exclude_file_name_regexp--sc_prohibit_test_minus_ao = *\.texi$$
+exclude_file_name_regexp--sc_prohibit_test_minus_ao = doc/.*\.texi$$

looks good.

cheers,
Pádraig



reply via email to

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