1.3.73 patch broke xconfig/help

Marty Leisner (leisner@sdsp.mc.xerox.com)
Wed, 13 Mar 1996 11:15:42 PST


I had to change header.tk in 1.3.73 to:

: leisner@pb;rcsdiff -u header.tk
===================================================================
RCS file: header.tk,v
retrieving revision 1.1
diff -u -r1.1 header.tk
--- header.tk 1996/03/13 04:29:28 1.1
+++ header.tk 1996/03/13 04:29:43
@@ -381,7 +381,7 @@
/^$varname\[ \]*\$/ {
start=1;
printf(\"%s:\\n\\n\",\$0);
- continue;
+ next;
}
!/^\[ \]/ {
start=0;

(continue outside a loop is --traditional awk behavior).

marty leisner@sdsp.mc.xerox.com
Member of the League for Programming Freedom (http://www.lpf.org)
Any sufficiently advanced technology is indistinguishable from magic
Arthur C. Clarke, The Lost Worlds of 2001