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 |
Message-ID: | <C2D7D58DBFE9D111B0480060086E9635023D5A36@mail.gft.de> |
From: | "Schaible, Joerg" <Joerg DOT Schaible AT gft DOT de> |
To: | Erik Nolte <enolte AT campuspipeline DOT com> |
Cc: | cygwin-list <cygwin AT sources DOT redhat DOT com> |
Subject: | RE: Strange cd/CDPATH behavior |
Date: | Tue, 26 Sep 2000 19:02:44 +0200 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.2650.21) |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id NAA23112 |
Hi Erik, > Unfortunately, what I'm really doing is "cd $SRC_PATH" where > SRC_PATH is > "W:/src". SRC_PATH must be a DOS style path to keep javac and other > windows-based software happy (they can't grok paths without > drive letters). Why don't you keep your SRC_PATH in real DOS style and convert it when needed ? I do this myself for e.g. for CLASSPATH (I don't need this in Cygwin style normally, except when I add paths automatically read by the registry). export SRC_PATH=c:\\source cd `cygpath -u $SRC_PATH` Greetings, Jörg -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |