summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-05-15 13:38:21 (GMT)
committerFred Drake <fdrake@acm.org>1998-05-15 13:38:21 (GMT)
commit8d1b3384c32e37a06cfb90f0b43391239bfdd59a (patch)
treebf9db5bcd36eccff99e22c53ad19b7bee9d616cb
parente16f6798ae8936c9198ee214edf110be77c56c20 (diff)
downloadcpython-8d1b3384c32e37a06cfb90f0b43391239bfdd59a.zip
cpython-8d1b3384c32e37a06cfb90f0b43391239bfdd59a.tar.gz
cpython-8d1b3384c32e37a06cfb90f0b43391239bfdd59a.tar.bz2
Remove debugging echo.
-rwxr-xr-xDoc/tools/mkhowto.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh
index 851e102..6565976 100755
--- a/Doc/tools/mkhowto.sh
+++ b/Doc/tools/mkhowto.sh
@@ -228,7 +228,6 @@ for FILE in $@ ; do
#
TEXINPUTS=$FILEDIR:$COMMONTEXINPUTS
export TEXINPUTS
- echo TEXINPUTS is $TEXINPUTS
#
if [ "$BUILD_DVI" -o "$BUILD_PS" ] ; then
build_dvi $FILE 2>&1 | tee -a $LOGFILE