I've found a bug in the texi2dvi script when it is run under Cygwin.

As can be seen from the folowing lines the path separator is set to ';' when run under 
Cygwin.


/usr/bin/texi2dvi lines 99-105
# Systems which define $COMSPEC or $ComSpec use semicolons to separate
# directories in TEXINPUTS.
if test -n "$COMSPEC$ComSpec"; then
  path_sep=";"
else
  path_sep=":"
fi


Gary


_____________________________________________________________
Get your FREE E-mail @Gibweb.net. Visit www.GibWeb.net for Gibraltar 
weather,news,lottery results,search and much more.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to