summaryrefslogtreecommitdiff
path: root/gen_authors
diff options
context:
space:
mode:
Diffstat (limited to 'gen_authors')
-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>'