Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Gerrit P. Haase" <gp@familiehaase.de>
Organization: Esse keine toten Tiere
To: cygwin@cygwin.com
Date: Sun, 9 Sep 2001 18:17:41 +0200
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: Re: teTeX mktexlsr problem
Reply-to: cygwin@cygwin.com
Message-ID: <3B9BB245.22539.1B107C45@localhost>
In-reply-to: <3B9ABD5C.32069.622CE7@localhost>
X-mailer: Pegasus Mail for Win32 (v3.12cDE)
X-Hops: 1

Robert A McDougall schrieb am 2001-09-09, 0:52:

>A similar change needs to be made in mktex.opt. Otherwise,
>with $CYGWIN unset, mktexpk makes "pk" files in the working
>directory.

--- mktex.opt.orig      Sat Mar 17 21:56:58 2001
+++ mktex.opt   Sun Sep  9 18:15:24 2001
@@ -26,7 +26,7 @@
 # MS-DOS and MS-Windows define $COMSPEC or $ComSpec and use `;' to separate
 # directories in path lists whereas Unix-like uses `:'.
 # Create a variable that holds the right character to be used by the scripts.
-if test -z "$COMSPEC" && test -z "$ComSpec" || test -n "$CYGWIN"; then
+if test -z "$COMSPEC" && test -z "$ComSpec" || test "x$OSTYPE" = "xcygwin"; then
   SEP=':'
 else
   SEP=';'

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/

