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 } '