diff options
Diffstat (limited to 'Doc/perl/l2hinit.perl')
-rw-r--r-- | Doc/perl/l2hinit.perl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index acf69dd..3841036 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -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 |