summaryrefslogtreecommitdiff
path: root/lib-src/rcs2log
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2024-04-12 13:14:29 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2024-04-12 13:14:29 -0700
commitc26261c027ef7594427d477208b8126d6e4982bd (patch)
treec0b9ad31573a70b929b278f9cb5d1c6168f9f9ca /lib-src/rcs2log
parent648b7bf7e22577c2f917e389694a76ce1f42dc0e (diff)
downloademacs-c26261c027ef7594427d477208b8126d6e4982bd.tar.gz
rcs2log now groks add-log-time-zone rule
* lib-src/rcs2log (extractTZ): Adjust to renaming of change-log-time-zone-rule to add-log-time-zone rule, by allowing either spelling.
Diffstat (limited to 'lib-src/rcs2log')
-rwxr-xr-xlib-src/rcs2log4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index 61301e7246d..94234d01c98 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -261,10 +261,10 @@ case $rlogfile in
if test -s "$changelog"
then
extractTZ='
- /^.*change-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*"\([^"]*\)".*/{
+ /^.*-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*"\([^"]*\)".*/{
s//\1/; p; q
}
- /^.*change-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*t.*/{
+ /^.*-log-time-zone-rule['"$tab"' ]*:['"$tab"' ]*t.*/{
s//UTC0/; p; q
}
'