2016-12-17 19:39:01 +08:00

11 lines
153 B
Sed

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