diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-15 13:38:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-15 13:38:21 (GMT) |
commit | 8d1b3384c32e37a06cfb90f0b43391239bfdd59a (patch) | |
tree | bf9db5bcd36eccff99e22c53ad19b7bee9d616cb | |
parent | e16f6798ae8936c9198ee214edf110be77c56c20 (diff) | |
download | cpython-8d1b3384c32e37a06cfb90f0b43391239bfdd59a.zip cpython-8d1b3384c32e37a06cfb90f0b43391239bfdd59a.tar.gz cpython-8d1b3384c32e37a06cfb90f0b43391239bfdd59a.tar.bz2 |
Remove debugging echo.
-rwxr-xr-x | Doc/tools/mkhowto.sh | 1 |
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 |