summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-09-04 00:31:55 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-09-04 00:31:55 +0300
commit4e35eb660d9dc51a02ef7b4b61c8aa7ce4ebc820 (patch)
treec4cf6455fa26c7ad65a25882895aace0043c31bd
parente01ede0d1f2da77f93c5a78409f06321bc7e8d89 (diff)
s also a legal char in a username (awk_r)
-rwxr-xr-xgen_authors2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_authors b/gen_authors
index 7b5ad28..9be6eeb 100755
--- a/gen_authors
+++ b/gen_authors
@@ -2,6 +2,6 @@
# Generate a AUTHORS file in the format git-svn likes (with an extra = sign)
wget -q -O- http://svn.digium.com/svn/repotools/authors \
-| sed -e 's/^\([a-z0-9.-]\|(no author)\)*/& =/'
+| sed -e 's/^\([a-z0-9._-]\|(no author)\)*/& =/'
echo 'automerge = Automerge script <automerge@asterisk.org>'