summaryrefslogtreecommitdiff
path: root/gen_authors
diff options
context:
space:
mode:
Diffstat (limited to 'gen_authors')
-rwxr-xr-xgen_authors3
1 files changed, 1 insertions, 2 deletions
diff --git a/gen_authors b/gen_authors
index 429f8bc..7b5ad28 100755
--- a/gen_authors
+++ b/gen_authors
@@ -1,8 +1,7 @@
#!/bin/sh
# Generate a AUTHORS file in the format git-svn likes (with an extra = sign)
-# The extra case in the sed is for the '(no author)' line.
wget -q -O- http://svn.digium.com/svn/repotools/authors \
-| sed -e 's/^\([a-z-]\|(.*)\)*/& =/'
+| sed -e 's/^\([a-z0-9.-]\|(no author)\)*/& =/'
echo 'automerge = Automerge script <automerge@asterisk.org>'