| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| From: | "Gerrit P. Haase" <gp AT familiehaase DOT de> |
| Organization: | Esse keine toten Tiere |
| To: | cygwin AT cygwin DOT com |
| Date: | Sun, 9 Sep 2001 18:17:41 +0200 |
| MIME-Version: | 1.0 |
| Subject: | Re: teTeX mktexlsr problem |
| Reply-to: | cygwin AT cygwin DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |