Set $TEXINPUTS='' to make l2h pick up the right thing from the environment.

This commit is contained in:
Fred Drake 1998-04-29 16:58:13 +00:00
parent 212643f199
commit 89a1d4ad3a
1 changed files with 2 additions and 0 deletions

View File

@ -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