aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert1993-08-25 19:33:07 +0000
committerPaul Eggert1993-08-25 19:33:07 +0000
commit85acbe0ab885e6bc8a27bac9876b2789c2b991bf (patch)
tree444e0c6f4c794920d1c13d1f070697ce42b08c28 /lib-src
parentcbf35b94077648b384e819263819571e08b8b392 (diff)
downloademacs-85acbe0ab885e6bc8a27bac9876b2789c2b991bf.tar.gz
emacs-85acbe0ab885e6bc8a27bac9876b2789c2b991bf.zip
Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains.
Diffstat (limited to 'lib-src')
-rwxr-xr-xlib-src/rcs2log4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index cd539752a31..4f3f56d10e7 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -12,7 +12,7 @@
12 12
13# Author: Paul Eggert <eggert@twinsun.com> 13# Author: Paul Eggert <eggert@twinsun.com>
14 14
15# $Id: rcs2log,v 1.12 1993/05/29 06:22:48 rms Exp eggert $ 15# $Id: rcs2log,v 1.13 1993/08/09 22:06:00 eggert Exp eggert $
16 16
17# Copyright 1992, 1993 Free Software Foundation, Inc. 17# Copyright 1992, 1993 Free Software Foundation, Inc.
18 18
@@ -324,7 +324,7 @@ awk '
324 newclumpname = "" 324 newclumpname = ""
325 sep = "\n" 325 sep = "\n"
326 if (date == "") sep = "" 326 if (date == "") sep = ""
327 if (newlog ~ /^{[^ }]*}[ ]/) { 327 if (newlog ~ /^\{[^ }]*}[ ]/) {
328 i = index(newlog, "}") 328 i = index(newlog, "}")
329 newclumpname = substr(newlog, 1, i) 329 newclumpname = substr(newlog, 1, i)
330 while (substr(newlog, i+1) ~ /^[ ]/) i++ 330 while (substr(newlog, i+1) ~ /^[ ]/) i++