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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to