summaryrefslogtreecommitdiff
path: root/gen-authors.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-12-18 18:04:08 +0100
committerPeter Simons <simons@cryp.to>2010-12-18 18:04:08 +0100
commit3ce1725d3664d826869264f504e4483da8e3a8c4 (patch)
treefa51785e1799cd50f7bb0f690eea6d77bb8dcacc /gen-authors.sh
parent1f5e1f524d1ebf6046d35d2d1a9f1a9e41ca4963 (diff)
downloadautoconf-archive-3ce1725d3664d826869264f504e4483da8e3a8c4.tar.gz
gen-authors.sh: avoid use of <tab> characters
Diffstat (limited to 'gen-authors.sh')
-rwxr-xr-xgen-authors.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/gen-authors.sh b/gen-authors.sh
index 4df27ae..42223ed 100755
--- a/gen-authors.sh
+++ b/gen-authors.sh
@@ -16,9 +16,9 @@ echo ''
cat AUTHORS-m4.tmp AUTHORS-git.tmp \
| sed -e 's/ *<.*>.*//' \
- -e 's/^Bogdan$/Bogdan Drozdowski/' \
- -e 's/Fabien COELHO/Fabien Coelho/' \
- -e 's/Dustin Mitchell/Dustin J. Mitchell/' \
+ -e 's/^Bogdan$/Bogdan Drozdowski/' \
+ -e 's/Fabien COELHO/Fabien Coelho/' \
+ -e 's/Dustin Mitchell/Dustin J. Mitchell/' \
-e 's/Alain BARBET/Alain Barbet/' \
-e 's/Mats Kindahl of Sun Microsystems/Mats Kindahl/' \
-e 's/Perceval ANICHINI/Perceval Anichini/' \