Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: "bruno patin" <bruno.patin@wanadoo.fr>
To: "'Jon LaBadie'" <jcyg@jgcomp.com>
Cc: "Cygwin" <cygwin@cygwin.com>
Subject: RE : [cygwin]bash question, perhaps problem
Date: Tue, 25 Jun 2002 23:22:16 +0100
Message-ID: <000001c21c96$c4013200$022b01c0@patin>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
In-Reply-To: <20020625190748.GA19357@butch.jgcomp.com>
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300
Importance: Normal
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g5PLAsg21621



-----Message d'origine-----
De : Jon LaBadie [mailto:jcyg@jgcomp.com] 
Envoyé : mardi 25 juin 2002 20:08
À : bruno patin
Objet : Re: [cygwin]bash question, perhaps problem


On Tue, Jun 25, 2002 at 08:58:31PM +0100, bruno patin wrote:
> 
> if you consider the simple script
> 
> ---------------------
> #!/bin/bash
> echo $0
> -----------------------
> 
> the line do give normally the exact text you use to execute the 
> command (see the man pages of bash). but, on cygwin, we have, when 
> executed from a distant directory by a relative call, the absolute 
> name. So we can't use this name to return from the local directory to 
> where this command was launched.
> 
> is it a known bug, is it nominal ?

While I feel it is a bug (btw, same thing happens with ksh93 I added), I
fail to see how it affects your cd'ing.

In fact, we use the autoconf/automake tools and we use the a variable
that is given to us by the position of the command as we build the
product in another place. This permit usq to know where is the root of
the package. With this bug the first argument gives an absolute path so
the configure script writes false path.

Thanks for the help.

Bruno patin


--
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/

