mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Set $TEXINPUTS='' to make l2h pick up the right thing from the environment.
This commit is contained in:
parent
212643f199
commit
89a1d4ad3a
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ $ICONSERVER = '../icons';
|
|||
|
||||
$CHILDLINE = "\n<p><hr>\n";
|
||||
$VERBOSITY = 0;
|
||||
$TEXINPUTS = ''; # avoid bogus l2h setting it to ':' !!!
|
||||
|
||||
|
||||
# Locate a file that's been "require"d. Assumes that the file name of interest
|
||||
# is unique within the set of loaded files, after directory names have been
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue