Re: regex bug on arch

2016-05-13 Thread NightStrike
Thanks! On Tue, May 10, 2016 at 1:42 AM, Philipp Thomas wrote: > * NightStrike (nightstr...@gmail.com) [20160510 04:20]: > > >> 1.15 > > This has been fixed in git with commit > 13f00eb4493c217269b76614759e452d8302955e : > > diff --git a/bin/automake.in b/bin/automake.in > index a3a0aa3..2c8f31e

Re: regex bug on arch

2016-05-09 Thread Philipp Thomas
* NightStrike (nightstr...@gmail.com) [20160510 04:20]: > 1.15 This has been fixed in git with commit 13f00eb4493c217269b76614759e452d8302955e : diff --git a/bin/automake.in b/bin/automake.in index a3a0aa3..2c8f31e 100644 --- a/bin/automake.in +++ b/bin/automake.in @@ -3878,7 +3878,7 @@ sub sub

Re: regex bug on arch

2016-05-09 Thread NightStrike
1.15 On May 9, 2016 4:38 AM, "Philipp Thomas" wrote: > * NightStrike (nightstr...@gmail.com) [20160506 18:50]: > > With the latest automake on archi linux, > > Which is ('automake --version' tells you)? > > > I get this: > > Unescaped left brace in regex is deprecated, passed through in regex; >

Re: regex bug on arch

2016-05-09 Thread Philipp Thomas
* NightStrike (nightstr...@gmail.com) [20160506 18:50]: > With the latest automake on archi linux, Which is ('automake --version' tells you)? > I get this: > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at > /usr/bin

regex bug on arch

2016-05-06 Thread NightStrike
With the latest automake on archi linux, I get this: Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.