Hello,

> 276006        bogus error message when $TEXINPUTS contains nonexistent 
> directory
> --------------------------------------------------------------------------
> -        abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
> +        abs=`cd "$dir" 2>/dev/null && pwd` && 
> TEXINPUTS=$TEXINPUTS$path_sep$abs

it seems that this bug is already fixes in the CVS version.
The relevant line now looks like this:

        test -d $dir && abs=`cd "$dir" && pwd` && res=$res$path_sep$abs

Just FYI.

Stepan


_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo/
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to