mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 01:34:11 +00:00
11 lines
192 B
Sed
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:/
|
|
}
|