mirror of git://sourceware.org/git/glibc.git
2003-03-30 Roland McGrath <roland@redhat.com>
* intl/po2test.sed: Anchor substitution regexps to fix last change.
This commit is contained in:
parent
163b180f5c
commit
e7c41f614a
|
|
@ -21,14 +21,14 @@
|
||||||
# We copy the original message as a comment into the .msg file. But enclose
|
# We copy the original message as a comment into the .msg file. But enclose
|
||||||
# them with INPUT ( ).
|
# them with INPUT ( ).
|
||||||
#
|
#
|
||||||
s/msgid[ ]*"\(.*\)"/INPUT ("\1")/
|
s/^msgid[ ]*"\(.*\)"/INPUT ("\1")/
|
||||||
# Clear flag from last substitution and jump if matching
|
# Clear flag from last substitution and jump if matching
|
||||||
tb
|
tb
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copy the translations as well and enclose them with OUTPUT ( ).
|
# 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
|
# Clear flag from last substitution and jump if matching
|
||||||
tb
|
tb
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue