Mercurial > emacs
changeset 4654:0f5dd4938af9
Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Wed, 25 Aug 1993 19:33:07 +0000 |
parents | 8e72792f2d18 |
children | 604a401e05a4 |
files | lib-src/=rcs2log lib-src/rcs2log |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/=rcs2log Wed Aug 25 08:18:56 1993 +0000 +++ b/lib-src/=rcs2log Wed Aug 25 19:33:07 1993 +0000 @@ -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 @@ newclumpname = "" sep = "\n" if (date == "") sep = "" - if (newlog ~ /^{[^ }]*}[ ]/) { + if (newlog ~ /^\{[^ }]*}[ ]/) { i = index(newlog, "}") newclumpname = substr(newlog, 1, i) while (substr(newlog, i+1) ~ /^[ ]/) i++
--- a/lib-src/rcs2log Wed Aug 25 08:18:56 1993 +0000 +++ b/lib-src/rcs2log Wed Aug 25 19:33:07 1993 +0000 @@ -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 @@ newclumpname = "" sep = "\n" if (date == "") sep = "" - if (newlog ~ /^{[^ }]*}[ ]/) { + if (newlog ~ /^\{[^ }]*}[ ]/) { i = index(newlog, "}") newclumpname = substr(newlog, 1, i) while (substr(newlog, i+1) ~ /^[ ]/) i++