ソースを参照

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).

Arch Librarian 22 年 前
コミット
69adf430b8
共有1 個のファイルを変更した3 個の追加2 個の削除を含む
  1. 3 2
      buildlib/mkChangeLog

+ 3 - 2
buildlib/mkChangeLog

@@ -1,7 +1,8 @@
 #!/bin/sh
 #!/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"
 OPTIONS="-l 78"
 
 
 # Generate the standard ChangeLog
 # Generate the standard ChangeLog