From: Roland McGrath Date: Sun, 30 Mar 2003 21:55:45 +0000 (+0000) Subject: 2003-03-30 Roland McGrath X-Git-Tag: upstream/2.30~19544 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7c41f614ac5518c5fc7756d5b619b594ac604fd;p=external%2Fglibc.git 2003-03-30 Roland McGrath * intl/po2test.sed: Anchor substitution regexps to fix last change. --- diff --git a/intl/po2test.sed b/intl/po2test.sed index c68808d..8b5e4c8 100644 --- a/intl/po2test.sed +++ b/intl/po2test.sed @@ -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