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:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=fq2us0r
	XYdt+WKJVVEO5uayh6jdU6MaD1jrDTX9DxuexPuquuyV4X4YCan8B5B1ozQMYvZ+
	Kl3BwshfzWqvj/ZxqRYb2AcAk0VmmebLFvXLJddGXJaRSRnUcCARh28MULHpGW8e
	51eRdwXcLlKbQ0bLReWW4tlvmbW0KXVyWE/A=
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:from:date
	:message-id:subject:to:content-type; s=default; bh=yKievvxg5uOQN
	w+GZd1+lCiCqR8=; b=Qfpk1skNlL7GAgCVETKY6KOhzsftX8rkPt7ZwU+s7nOzv
	SlOC8YQQlXKyZIXvmKuhEqWfokrsEC41tE6Jy3M2si1xAexuJfxT1sTUVW4ICgoF
	osDiPzNAdwT9PfHdbpbWspcfR32GyHVFAA1wjfuv2QvdVUpjxB1ObOhr1RH6m0=
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=0.4 required=5.0 tests=AWL,BAYES_20,KHOP_THREADED,RCVD_IN_PBL,RDNS_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: mail-we0-f179.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:sender:in-reply-to:references:from         :date:message-id:subject:to:content-type;        bh=ru+NXCe3tNitNo4INh4DwYYcieK29r+vJWvoU4UwyIU=;        b=eYy6/J7Qz/8fPMNpHgKWR0zyntbA/qg19owFq6qaNm0wvrhKHcbhcxsHRfh86FVdpM         d8PkGiwMvw85jZWBqPEncM/n0kTBm0FZam9AAoPoH3ZThDGFG5erRlADiCahWOHQqpi0         iMWDHr1AbQWvmayCCmG8RvullwhOMgUWHNxK2p7VYvx+DRhL4cbm8DAZbTMiPvpHt5zi         vu1QZrwtBV1h37MzNaxCQCZOezewDEWAaao9ebg+9Mhqq/l2koK+YxjGL+grd9vi8CYS         9L7ipmBSAQGTbP/GfRJ+OJqNSdZ67dBcG2FO+Pka6rQPrFL6jdMmE2FF4di8/tYMJalw         turg==
X-Gm-Message-State: ALoCoQmUX4r/j+1SMUETyhoPghQXuMDsojSUvTRtyr8v8Axk2BOpy4ZsWecLAnz5JND8RQ6dQVya
X-Received: by 10.194.219.1 with SMTP id pk1mr11664494wjc.36.1379092655754; Fri, 13 Sep 2013 10:17:35 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <CAF+hkWqnyp=rHNe=LApugcP2ck3VR1byB7=CaEkxgmmbNmjurQ@mail.gmail.com>
References: <CAF+hkWqnyp=rHNe=LApugcP2ck3VR1byB7=CaEkxgmmbNmjurQ@mail.gmail.com>
From: Robert Pendell <shinji+cygwin@elite-systems.org>
Date: Fri, 13 Sep 2013 13:17:05 -0400
Message-ID: <CAAeCd-MYAs3Kp4aRbsva7wFbv8FieOw3yC3-cUEc5OyC9Jh+Hg@mail.gmail.com>
Subject: Re: cygpath -m behaviour change
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On Fri, Sep 13, 2013 at 11:55 AM, David Griffiths <> wrote:
> I reinstalled cygwin after a disk failure recently and one of my
> scripts stopped working. The problem can be easily reproduced by
> entering:
>
>     $ cygpath -m boo/..
>     cygpath: error converting "boo/.." - No such file or directory
>
> this is with version 1.7.24(0.269/5/3). On another machine with 1.7.17
> installed, the same command results in "./".
>
> I can workaround by using backslashes instead of forward slashes but
> other people might find their scripts broken as well.
>
> Cheers,
>
> Dave
>

I believe this behavior was changed in 1.7.22

See this thread for more information but basically it was changed to
conform /.. path checking to posix standards.

http://cygwin.com/ml/cygwin/2013-05/msg00222.html

Robert Pendell
A perfect world is one of chaos.

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

