wesnoth/MacOSX/intl/ref-add.sed
2005-05-03 12:32:40 +00:00

11 lines
192 B
Sed

/^# Packages using this file: / {
s/# Packages using this file://
ta
:a
s/ gettext-runtime / gettext-runtime /
tb
s/ $/ gettext-runtime /
:b
s/^/# Packages using this file:/
}