On 10/27/2012 05:46 PM, Jim Meyering wrote: > Bernhard Voelker wrote: > ... >> Here comes the full new patch. [...]
> Thanks again. > I noticed that there were two unescaped '.'s in that regexp, > so I fixed the one in '.mk' and factored out the '\\.sh' suffix: > > - ^tests/(init\.sh|local.mk|misc/stdbuf\.sh|factor/create-test.sh)$$ > + ^tests/(local\.mk|(init|misc/stdbuf|factor/create-test)\.sh)$$ Oops, thanks! > With that, I pushed your change. Thanks & have a nice day, Berny
