2003-03-30 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Sun, 30 Mar 2003 21:55:45 +0000 (21:55 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 30 Mar 2003 21:55:45 +0000 (21:55 +0000)
* intl/po2test.sed: Anchor substitution regexps to fix last change.

intl/po2test.sed

index c68808d..8b5e4c8 100644 (file)
 # 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