autoconf-patches
[Top][All Lists]
Advanced

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

Re: mktests.sh pattern cleanup


From: Stepan Kasal
Subject: Re: mktests.sh pattern cleanup
Date: Sun, 9 Apr 2006 12:51:45 +0200
User-agent: Mutt/1.4.1i

Hello,
  I don't think the following description was accurate:

On Sat, Apr 08, 2006 at 02:45:26PM -0700, Paul Eggert wrote:
>       * tests/mktests.sh (ac_exclude_list): Fix some typos in
>       recent changes: awk wants /^(a|b)$/, not /^a|b$/.

Observe:
        $ echo aa | grep -E '^a|b$'
        aa

Most of these typos were already present in 2.59.

I think the ChangeLog entry should be rephrased, what about:

        * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
        use /^foo|bar$/, it does not mean /^(foo|bar)$/.

Have a nice day,
        Stepan




reply via email to

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