Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89a1d4a

Browse files
committed
Set $TEXINPUTS='' to make l2h pick up the right thing from the environment.
1 parent 212643f commit 89a1d4a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/perl/l2hinit.perl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
$CHILDLINE = "\n<p><hr>\n";
2323
$VERBOSITY = 0;
24+
$TEXINPUTS = ''; # avoid bogus l2h setting it to ':' !!!
25+
2426

2527
# Locate a file that's been "require"d. Assumes that the file name of interest
2628
# is unique within the set of loaded files, after directory names have been

0 commit comments

Comments
 (0)