Re: [PATCH] scripts/tags.sh: Fix regex syntax for etags

2013-01-13 Thread Michal Marek
On Sat, Dec 29, 2012 at 12:22:44AM +0100, Jesper Juhl wrote: > On Sat, 29 Dec 2012, Andreas Schwab wrote: > > > Signed-off-by: Andreas Schwab > > --- > > scripts/tags.sh | 50 +- > > 1 file changed, 25 insertions(+), 25 deletions(-) [...] > This w

Re: [PATCH] scripts/tags.sh: Fix regex syntax for etags

2012-12-28 Thread Jesper Juhl
On Sat, 29 Dec 2012, Andreas Schwab wrote: > Signed-off-by: Andreas Schwab > --- > scripts/tags.sh | 50 +- > 1 file changed, 25 insertions(+), 25 deletions(-) > > diff --git a/scripts/tags.sh b/scripts/tags.sh > index 08f06c0..4c53b7d 100755 > --

[PATCH] scripts/tags.sh: Fix regex syntax for etags

2012-12-28 Thread Andreas Schwab
Signed-off-by: Andreas Schwab --- scripts/tags.sh | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/scripts/tags.sh b/scripts/tags.sh index 08f06c0..4c53b7d 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -201,34 +201,34