Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 20 Nov 2002 18:26:19 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Cc: chet AT po DOT cwru DOT edu Subject: Re: bash builtin pwd returns Windows style names Message-ID: <20021120182619.P24928@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com, chet AT po DOT cwru DOT edu References: <20021120120809 DOT H24928 AT cygbert DOT vinschen DOT de> <20021120164252 DOT GE15386 AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021120164252.GE15386@redhat.com> User-Agent: Mutt/1.3.22.1i On Wed, Nov 20, 2002 at 11:42:53AM -0500, Christopher Faylor wrote: > Try doing a "cd c:/tmp" or something similar. Bash will dutifully report > that you are in the c:/tmp directory at that point. Ok. That's a bash problem. It doesn't recognize c: as a drive but as the beginning of a relative path. This is weird since bash has special handling for drive letters under Cygwin in lib/sh/pathcanon.c, function sh_canonpath(). For some reason it just doesn't work... Chet? Do you have an idea how to solve that? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- 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/