From 89a1d4ad3a64d1e37ddf4ce6e6c407352442cc5a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 29 Apr 1998 16:58:13 +0000 Subject: Set $TEXINPUTS='' to make l2h pick up the right thing from the environment. --- Doc/perl/l2hinit.perl | 2 ++ 1 file changed, 2 insertions(+) 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


\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 -- cgit v0.12