X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=Aj
	k1qmsyDyAeZlOWQ9YV8/YCoVmBE9rjMcziOPKMy49phFiymoxkGYNashxBMslQFK
	dgFip5CMGKEskXJWBfBY4cOljvpMwtVpMIIyWZ6C1ywM9Hsk/GXbAnpjQZiDeYJS
	UDOy9oKCswhA4Df++Rbhkixp5OGlamaPnULM41JB8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=XKIhwujo
	8nlUGd9qLHtx9vp0Wzk=; b=j3GfcD+Rn++qJ2xst+lbwRg9c+1FHs0fx5OEm198
	Gkygxaz739WcTBnoOFX2iLe0Qqg45SQWbqrAvkWCDw8ELbRZPxRIGgbfTCl68rpt
	hLcRxbLPP/bbCpwv9ijiMpmY9f3C9WwEbH7GU/D3ORGIsakmYYj30RoaonsJk8xm
	Fms=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2
X-HELO: mail-we0-f175.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:date         :message-id:subject:from:to:content-type;        bh=R2xZf6muevd3wnbad7oYMM+FYxc4pYC01w4aq358gvE=;        b=bWNu/+reEzpGF7jvXn3lvljip/GZue+IgMQa8AVtVrkGiwskOdMVizcyTdofJ9YpiK         93Gbigw0K+1KlC+wK6IDwuhET2IMam+B2FunLrPHVHL9F2hNdhwDl6js+joft8s3b96G         J4SdBneIH3SMNzjLTavbkm/VKT4SoyAYHTF2nNVl9ntowcjj6FrYnacnGXq/d1rg+WjT         1dxLxrpKJcnwjZAIViGOpxNGYtqak5783kX9M+ZXozKPIdfBA9MkM80S4BPHHAdWNYaN         sucqrd2e4NwRwIoAu9gZHM0hZDVdxculCxcoewfmHUAWIAdraEBIkgKfmhaE0bXhEZC+         PZ4w==
X-Gm-Message-State: ALoCoQnaIZoZBw1gOKEwGzLOr3hKhmMmmO7hW4og/1arqGi9cWu0M47LDYnAYw6PNxGHDNbXPcRF
X-Received: by 10.194.120.132 with SMTP id lc4mr43566926wjb.92.1424029769433;        Sun, 15 Feb 2015 11:49:29 -0800 (PST)
MIME-Version: 1.0
X-Received: by 10.180.212.8 with SMTP id ng8mr33044628wic.18.1424029768621; Sun, 15 Feb 2015 11:49:28 -0800 (PST)
In-Reply-To: <20150215092538.GE7225@calimero.vinschen.de>
References: <CAGeuTF1Q9d1P2mmZrugLaN2_i1a+q2hQ++mDARdjymb2tT2aEg@mail.gmail.com>	<20150215092538.GE7225@calimero.vinschen.de>
Date: Sun, 15 Feb 2015 19:49:28 +0000
Message-ID: <CAGeuTF0X=uw-Yp51-fdcDFak5P6N9JSb88c2tZxr3OpN-8VYkg@mail.gmail.com>
Subject: Re: 1.7.35 Bash spawned by Perl has DOS-style argv0
From: John Warburton <john@johnwarburton.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

>>

On Sun, Feb 15, 2015 at 9:25 AM, Corinna Vinschen
<corinna-cygwin@cygwin.com> wrote:
> On Feb 14 14:23, John Warburton wrote:
>>
>> After upgrading my installation from about two months ago to 1.7.35, a
>> Bash shell opened by Perl (as used in Gnu Autotools) now sees
>> DOS-style paths in its $argv0 variable instead of Unix-style paths
> ...
> Thanks for the testcase!  The problem you're describing is the result of
> a thinko when I revamped the PATH finding functionality in Cygwin a
> couple of days ago.  I fixed that in CVS.  I will upload a new developer
> snapshot for testing to https://cygwin.com/snapshots/ later today.
>...
> The actual official stable release is 1.7.34, and it's of course
> not affected by this problem.
>

Thank you for replying. Just as you predicted, reverting to 1.7.34
completely cured the problem. I will wait for the next official
non-testing release.
with best wishes,
J

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

