mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
|
*** 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,]"
|
||
|
}
|