If --debug was used, don't delete the temporary .perl file used to

pass options to latex2html.
This commit is contained in:
Fred Drake 1998-10-07 16:41:40 +00:00
parent 9e46e56264
commit b0b1900198

View file

@ -376,4 +376,6 @@ for FILE in $@ ; do
rm -f $LOGFILE
done
rm -f $L2H_AUX_INIT_FILE
if [ ! "$DEBUGGING" ] ; then
rm -f $L2H_AUX_INIT_FILE
fi