summaryrefslogtreecommitdiff
path: root/lib/ref-add.sed
blob: ebee41e1f1390cc05ad2da380f337c4ee006974c (plain)
1
2
3
4
5
6
7
8
9
10
/^# Packages using this file: / {
  s/# Packages using this file://
  ta
  :a
  s/ guile / guile /
  tb
  s/ $/ guile /
  :b
  s/^/# Packages using this file:/
}