mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
If --debug was used, don't delete the temporary .perl file used to
pass options to latex2html.
This commit is contained in:
parent
9e46e56264
commit
b0b1900198
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue