2003-03-30 Roland McGrath <roland@redhat.com>

* intl/po2test.sed: Anchor substitution regexps to fix last change.
This commit is contained in:
Roland McGrath 2003-03-30 21:55:45 +00:00
parent 163b180f5c
commit e7c41f614a

View File

@ -21,14 +21,14 @@
# We copy the original message as a comment into the .msg file. But enclose
# them with INPUT ( ).
#
s/msgid[ ]*"\(.*\)"/INPUT ("\1")/
s/^msgid[ ]*"\(.*\)"/INPUT ("\1")/
# Clear flag from last substitution and jump if matching
tb
#
# Copy the translations as well and enclose them with OUTPUT ( ).
#
s/msgstr[ ]*"\(.*\)"/OUTPUT ("\1")/
s/^msgstr[ ]*"\(.*\)"/OUTPUT ("\1")/
# Clear flag from last substitution and jump if matching
tb