From: Arch Librarian Date: Mon, 20 Sep 2004 16:56:33 +0000 (+0000) Subject: Much backslash abuse so that the apostrophe in my own n... X-Git-Tag: 0.7.24ubuntu1~1110 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/69adf430b85fe700a1093d76abeb06e5f112ecfa Much backslash abuse so that the apostrophe in my own n... Author: bod Date: 2001-02-20 07:28:43 GMT Much backslash abuse so that the apostrophe in my own name doesn't break things (grrr). --- diff --git a/buildlib/mkChangeLog b/buildlib/mkChangeLog index e81530132..4164ec9d5 100755 --- a/buildlib/mkChangeLog +++ b/buildlib/mkChangeLog @@ -1,7 +1,8 @@ #!/bin/sh -NAMES="`sed -ne 's/^.*CVS:\([^ ]\+\) \([^<]\+\) <\([^>]*\)>/\ - -u '\''\1:\2:\3'\''/gp' AUTHORS`" +NAMES="`sed -ne 's/'\''/'\''\\\\'\'''\''/g; + s/^.*CVS:\([^ ]\+\) \([^<]\+\) <\([^>]*\)>/\ + -u '\''\1:\2:\3'\''/gp' AUTHORS`" OPTIONS="-l 78" # Generate the standard ChangeLog