This file fixes the pkgIndex.tcl generating code. If the pkgIndex.tcl is generated properly, the bug is never triggered, which is why this went unnoticed for so long. But there is no ``outs'' command in Tcl -- this resulted in a double error, and you were not be able to see why the pkgIndex generation failed. -mi --- util/Makefile.in Mon May 1 16:31:01 2000 +++ util/Makefile.in Sun Apr 8 17:17:12 2001 @@ -91 +91 @@ - {outs \$$error; exit 1}" | ${TCLSH} + {puts \$$error; exit 1}" | ${TCLSH} @@ -122 +122 @@ - {outs \$$error; exit 1}" | ${TCLSH} + {puts \$$error; exit 1}" | ${TCLSH}