From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111040 invoked by alias); 13 Apr 2017 15:47:38 -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 111025 invoked by uid 89); 13 Apr 2017 15:47:38 -0000 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 Received: from mail-wr0-f170.google.com (HELO mail-wr0-f170.google.com) (209.85.128.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Apr 2017 15:47:36 +0000 Received: by mail-wr0-f170.google.com with SMTP id l28so38206581wre.0 for ; Thu, 13 Apr 2017 08:47:37 -0700 (PDT) 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) Received: from [192.168.2.108] (p4FDB3EF2.dip0.t-ipconnect.de. [79.219.62.242]) by smtp.googlemail.com with ESMTPSA id d17sm10999804wmi.21.2017.04.13.08.47.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Apr 2017 08:47:35 -0700 (PDT) Subject: Re: cygpath compatiblity break (v2.1 -> v2.7) To: cygwin@cygwin.com References: <69c9334669c0420f88c515e77756880c@de01ex22.GLOBAL.JHCN.NET> From: Marco Atzeri Message-ID: <18b0b6d0-9841-4245-05aa-bbea1bc35f42@gmail.com> Date: Thu, 13 Apr 2017 18:34:00 -0000 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 X-SW-Source: 2017-04/txt/msg00159.txt.bz2 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