| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Thu, 16 May 2002 16:53:00 +0200 |
| From: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| Reply-To: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| Organization: | Esse keine toten Tiere |
| X-Priority: | 3 (Normal) |
| Message-ID: | <2532682747.20020516165300@familiehaase.de> |
| To: | cygwin AT cygwin DOT com |
| Subject: | [PATCH] texi2dvi bug |
| MIME-Version: | 1.0 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |