commit | 89a1d4ad3a64d1e37ddf4ce6e6c407352442cc5a | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Apr 29 16:58:13 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Apr 29 16:58:13 1998 +0000 |
tree | 5efdd55c78d82d5138d57b4e7bd0dd079d8cf381 | |
parent | 212643f1990a322b3cd95871df6c2401f9ba0230 [diff] [blame] |
Set $TEXINPUTS='' to make l2h pick up the right thing from the environment.
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 @@ $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