X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com From: Andreas Hauptmann 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: References: 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