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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=MPkPv/rMz/MiijyZ74NDgvUzzk0cbTSDmaBNzA7WmwzRhomlIEkwX
	qpigK6pdmExt1fWEhSDGorLCgnamJnsV8568qFk9HjydFiCumrs8ydez2G7+bU6h
	phQC1HSQJbJgs3PtesxVho7mzG5o0rm4hKZ+m0ZrEsHk+9+r2G8690=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=+FEg3TCD+CZyy4AwvYFSG9J4b34=; b=UAUAR1zf3zK2S01R3Xur2q/JiIZA
	beqnGHQoLW7weWAqerkJMsyuSAjnLaGRBK7AZZhyJG+/xkU0EFCYdrMHfPJ7e+xg
	tBkb5cN7n+e5CmCmIUtNYBK4GHrCdWiG5dpdbGiPjyiuQliWi2xHU5YCZzH0J14o
	BYtotLpgGcICPic=
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-Spam-SWARE-Status: No, score=2.3 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=Phelps, Bryan, bryan, phelps
X-HELO: blaine.gmane.org
To: cygwin@cygwin.com
From: Andreas Hauptmann <andreashauptmann@t-online.de>
Subject: Re: Bug Report: Regression in Cygwin 2.11.0-1
Date: Sat, 1 Sep 2018 09:56:46 +0200
Lines: 17
Archive: no
Message-ID: <pmdgjr$9q9$1@blaine.gmane.org>
References: <BL2PR16MB096125DC7F302700C5DE88C0C80E0@BL2PR16MB0961.namprd16.prod.outlook.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On Sat, 1 Sep 2018 01:24:49 +0000
Bryan Phelps wrote:

> I'll continue to look around for a more minimal repro,

The normalization of paths with backslashes has changed.

The following doesn't work any longer:

    cd /tmp
    stat "..\bin\file.exe" # or
    stat "..\\bin\\file.exe"

This however still works:
    
    stat "C:\cygwin\bin\file.exe"



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

