summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-04-19 23:37:00 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-04-19 23:37:00 +0300
commit579285392b84ff578c991be2a247a2640cf7ece4 (patch)
tree03ffc1883539c74682c8cf8d5f0f10d88aea26c2
parent3d27811a00f4cc6d1f1b9d0916c9e77b431dd09e (diff)
remove the duplicate of gen_authors
-rwxr-xr-xget_authors7
1 files changed, 0 insertions, 7 deletions
diff --git a/get_authors b/get_authors
deleted file mode 100755
index e321b29..0000000
--- a/get_authors
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# get_authors: Get the upstream-provided AUTHORS file and reformat it
-# so git-svn will be happy
-
-wget -q -O- http://svn.asterisk.org/svn/repotools/authors \
-| sed -e 's/^\([a-z]\+\)\([ \t]\+\)/\1 =\2/'