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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=ZWCWkxAij1reW8X6 zkSBlhfv6BSFb9ouL8gp5BzFPs1foMcNEcNN/Emklxb7J7yKbDbN4D+cw5fo5neK OO+boEvXl8hny6OgKI5ZVU5E6akj+2QuzzWE/cwqxn3LJUhDR8Mlyyq36BqEQquo CXipYahIGPO3W7XxnFbPM1URxUM= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=lULlcqQVQ23NwkZQE6h0Yq u7qAE=; b=rIRp/9jQuGyFPxamswtgr+tsHGH7q/8xgo8v+ESeKbtoRS9WfuXbqV 3AiStNkJnxZVSPXgzpIdglWRNrYckh12RyCgjMtZVOeNVauXryhqjT/5Z8eWUIPV 15JleykKh1vHnvMjxpLhVZHhM7rGnVdi8TmiaNEkJ1vO6I8/4gma4= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Mqe6HStkwE/KauCX55bQ/8Rv+DV6baf9z6YS0v3OsmU=; b=uKBzcBJdAPHiRo2bWl/uCXHq3eIX55LLoBsorM1TV30TXrP5MdhDH9aj2QNHaTPAWJ hWKf50uB8IgItZeajil0hYKCpZUHol5sIFHfyfwTkadEihmRilLoP60RNg7+QtQ0IBmV ZQgs5yfIzXUiBQZp4UXzbhUpkkcQqcHF8VRbqpcePGN0Za5EpqbkQU1C8zaYoKr84KVl 7T8kTY0hLhcge6kFllFlFeFqJ+Hluy16/o50VG28TyDEJXYv48BJ8rEOFjamUywpxN2t fuVN1Q4p9fyayyFA1Ob1C4lKrwXlOI6b6bIE09p8iQPp1JD0DeQUrp/SpON0RJZh2sdk RDDA== X-Gm-Message-State: AN3rC/4XqOvOYg9wzhfaX2pZYoHwc1DBeAsKm/J/V7IVr6QU644gvNA9 Xr3IbxHuWdMHCdCx X-Received: by 10.223.139.22 with SMTP id n22mr3431008wra.38.1492098456223; Thu, 13 Apr 2017 08:47:36 -0700 (PDT) Subject: Re: cygpath compatiblity break (v2.1 -> v2.7) To: cygwin AT cygwin DOT com References: <69c9334669c0420f88c515e77756880c AT de01ex22 DOT GLOBAL DOT JHCN DOT NET> From: Marco Atzeri Message-ID: <18b0b6d0-9841-4245-05aa-bbea1bc35f42@gmail.com> Date: Thu, 13 Apr 2017 17:47:25 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <69c9334669c0420f88c515e77756880c@de01ex22.GLOBAL.JHCN.NET> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 13/04/2017 14:34, Chevallier Yves wrote: > I get a very different behaviour with `cygpath` after I upgrade my version of Cygwin. Why? and how can I fix it? > > With Cygwin 2.7: > > ``` > $ uname -a > CYGWIN_NT-6.1-WOW CPT 2.7.0(0.306/5/3) 2017-02-12 13:13 i686 Cygwin > $ cygpath --version > cygpath (cygwin) 2.7.0 > > $ cd / > $ touch foo.exe > $ cygpath -m foo > foo.exe > > $ cd > $ touch foo.exe > $ cygpath -m foo > foo > ``` > latest is 2.8.0-1 https://cygwin.com/ml/cygwin-announce/2017-04/msg00001.html In any directory, I see $ touch foo.exe $ cygpath -w foo foo.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