This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] texi2dvi bug


Hallo,

Obviously this is a bug in texi2dvi:

$ diff -urdb /usr/bin/texi2dvi~ /usr/bin/texi2dvi
--- /usr/bin/texi2dvi~  2002-05-16 16:49:09.000000000 +0200
+++ /usr/bin/texi2dvi   2002-05-16 16:49:09.000000000 +0200
@@ -102,7 +102,7 @@
 elif echo "$PATH" | grep ':.*:' 2>/dev/null; then
     path_sep=':'
 else
-    case "`uname -S 2>/dev/null`"; in
+    case "`uname -S 2>/dev/null`" in
        [Cc][Yy][Gg][Ww][Ii][Nn]*) path_sep=':' ;;
        *) path_sep = ';' ;;
     esac


My version:
$ cygcheck -c texinfo
Cygwin Package Information
Package             Version             
texinfo             4.2-1               

Use -h to see help about each section

Gerrit
-- 
=^..^=


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]