From 3ce1725d3664d826869264f504e4483da8e3a8c4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 18 Dec 2010 18:04:08 +0100 Subject: gen-authors.sh: avoid use of characters --- gen-authors.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gen-authors.sh') 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/' \ -- cgit v1.2.1