summaryrefslogtreecommitdiff
path: root/lib-src/=rcs2log
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1993-08-25 19:33:07 +0000
committerPaul Eggert <eggert@twinsun.com>1993-08-25 19:33:07 +0000
commit70baaad42aa08bfaca11e13ec74fbd67ece4f3e8 (patch)
tree09cba48cab3ce852547eeb4ffe7166e28567b7a5 /lib-src/=rcs2log
parentd137cc3646eb2c716c249cffbf41c915dbe4f42b (diff)
downloademacs-70baaad42aa08bfaca11e13ec74fbd67ece4f3e8.tar.gz
Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains.
Diffstat (limited to 'lib-src/=rcs2log')
-rw-r--r--lib-src/=rcs2log4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/=rcs2log b/lib-src/=rcs2log
index cd539752a31..4f3f56d10e7 100644
--- a/lib-src/=rcs2log
+++ b/lib-src/=rcs2log
@@ -12,7 +12,7 @@
# Author: Paul Eggert <eggert@twinsun.com>
-# $Id: rcs2log,v 1.12 1993/05/29 06:22:48 rms Exp eggert $
+# $Id: rcs2log,v 1.13 1993/08/09 22:06:00 eggert Exp eggert $
# Copyright 1992, 1993 Free Software Foundation, Inc.
@@ -324,7 +324,7 @@ awk '
newclumpname = ""
sep = "\n"
if (date == "") sep = ""
- if (newlog ~ /^{[^ }]*}[ ]/) {
+ if (newlog ~ /^\{[^ }]*}[ ]/) {
i = index(newlog, "}")
newclumpname = substr(newlog, 1, i)
while (substr(newlog, i+1) ~ /^[ ]/) i++