blob: edb726c1e4673c2addce9b88ce119eb298ef3961 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** scripts/uninstall-magic.orig Tue Jun 8 16:10:07 1999
--- scripts/uninstall-magic Tue Jun 8 16:10:07 1999
*************** fi
*** 21,27 ****
trap 'rm -f "$1.vtxnew"' 0
cp -p "$1" "$1.vtxnew"
! gawk '
/^#.*VideoteXt/ {
skip = 1
next
--- 21,27 ----
trap 'rm -f "$1.vtxnew"' 0
cp -p "$1" "$1.vtxnew"
! awk '
/^#.*VideoteXt/ {
skip = 1
next
|