From: Fred Drake Date: Fri, 15 May 1998 13:38:21 +0000 (+0000) Subject: Remove debugging echo. X-Git-Tag: v1.5.2a1~628 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d1b3384c32e37a06cfb90f0b43391239bfdd59a;p=thirdparty%2FPython%2Fcpython.git Remove debugging echo. --- diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 851e1020e4d9..65659766709c 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