Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: "Schaible, Joerg" To: Erik Nolte Cc: cygwin-list 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) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit 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