From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114669 invoked by alias); 1 Sep 2018 07:58:11 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 114040 invoked by uid 89); 1 Sep 2018 07:56:56 -0000 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 Received: from Unknown (HELO blaine.gmane.org) (195.159.176.226) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Sep 2018 07:56:55 +0000 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fw0jy-0002bl-2B for cygwin@cygwin.com; Sat, 01 Sep 2018 09:54:42 +0200 To: cygwin@cygwin.com From: Andreas Hauptmann Subject: Re: Bug Report: Regression in Cygwin 2.11.0-1 Date: Sat, 01 Sep 2018 07:58:00 -0000 Archive: no Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00004.txt.bz2 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