summaryrefslogtreecommitdiff
path: root/misc/videotext/files/patch-aa
blob: f0533324e0fb74f72938ad774e39194f57a0aa66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** scripts/check-help.orig	Tue Jun  8 16:10:07 1999
--- scripts/check-help	Tue Jun  8 16:10:07 1999
*************** INFOFILE="$1"
*** 24,30 ****
  shift
  
  egrep -h 'XV_HELP_DATA.*"videotext:[a-zA-Z0-9_]+"' "$@" |
!   gawk '
      BEGIN {
        RS = "[ \t,]"
      }
--- 24,30 ----
  shift
  
  egrep -h 'XV_HELP_DATA.*"videotext:[a-zA-Z0-9_]+"' "$@" |
!   awk '
      BEGIN {
        RS = "[ \t,]"
      }