Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Wed, 17 Jan 2001 22:09:06 +0200
Message-Id: <200101172009.WAA11316@linux.>
From: "Ehud Karni" <ehud@unix.simonwiesel.co.il>
To: cygwin@cygwin.com
Subject: Re: /bin/pwd versus built-in pwd
In-reply-to: <3A64D197.514DD0FA@veritas.com> (message from Bob McGowan on Tue,
	16 Jan 2001 14:56:23 -0800)
Organization: Simon & Wiesel Insurance agency
Reply-to: ehud@unix.simonwiesel.co.il
References: <OFF186A1CB.218CF568-ON862569D6.0076B70D@RCHLAND.IBM.COM> <3A64D197.514DD0FA@veritas.com>
X-Mailer: Emacs 20.7.1 rmail (send-msg 1.104)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-8
Content-Transfer-Encoding: 7bit

On Tue, 16 Jan 2001 14:56:23 -0800, Bob McGowan <rmcgowan@veritas.com> wrote:
> 
>  "...That is, all components of the printed name will be actual
>   directory names -- none will be symbolic links."
> 
> I'd say this is a bug.

Despite what Christopher Faylor <cgf@redhat.com> thinks, I'll say it
is a real bug with critical implications. If you want to check if
directories are the same, or in the same branch absolute paths must
be used. I have many scripts (all of them working on Linux and other
UNIX's) that use `/bin/pwd` to get the absolute path. If the current
situation is kept (i.e. `/bin/pwd` returning the path the shell used
to get to this directory, not the absolute one) then it is a big
immigration problem.

Mr. Bob McGowan suggest a solution that use Cygwin tools, namely:
    cygpath -u `cygpath -w `\`/bin/pwd\``
I checked it and it seems to work satisfactory, so why not change
the /bin/pwd to do it automaticly ?

Note. The shell pwd should continue to hold the symbolic path, so cd ..
      will get you to the directory you came from.

Ehud.


-- 
 @@@@@@ @@@ @@@@@@ @    @   Ehud Karni  Simon & Wiesel  Insurance agency
     @    @      @  @@  @   Tel: +972-3-6212-757    Fax: +972-3-6292-544
     @    @ @    @ @  @@    (USA)  Fax  and  voice  mail:  1-815-5509341
     @    @ @    @ @    @        Better     Safe     Than     Sorry
 http://www.simonwiesel.co.il    mailto:ehud@unix.simonwiesel.co.il

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

