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]

Re: teTeX mktexlsr problem


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/


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