From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51290 invoked by alias); 31 Aug 2018 04:37:30 -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 51281 invoked by uid 89); 31 Aug 2018 04:37:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:1c69fb81, H*M:1c69fb81, H*MI:google, H*M:google X-HELO: mail-oi0-f65.google.com Received: from mail-oi0-f65.google.com (HELO mail-oi0-f65.google.com) (209.85.218.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 Aug 2018 04:37:28 +0000 Received: by mail-oi0-f65.google.com with SMTP id b15-v6so19475883oib.10 for ; Thu, 30 Aug 2018 21:37:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:subject:to:user-agent; bh=cl5mCXbnng8ckyOroCbefTU9m56DrORO1clFUJ2mzts=; b=pX4zMRrAouw/g/1EK5KiinNjaWErEhuN9QjJ2SMTI4Sg2qC50FuKui+KJHkq48xtda W3aQr3/Z8ZpidYVcVbGROuqfYTuVfFE59+q0u8qAaNUSbAnu2jWpZr2B9jADutfLVhou CoZx5DW8gePla3BtLM79btS3U61S8ZIlDR2s4qdkjNqa7P5dkKx1ftLCSrai989kqAN7 M+a1sCx4glol91GDUeHiJsX1Fqs1pDzStRFGx9D3BXwTD4Oo8bI2I/6qLqoHQEVnfv+S AXYhohpsf6niMlZKh0alfREEHmQ19/piJjJRgjQNG+OATtC1fA0aUaAOfUQckurk/RKQ /Yog== Return-Path: Received: from Eee (cpe-76-182-193-237.tx.res.rr.com. [76.182.193.237]) by smtp.gmail.com with ESMTPSA id z141-v6sm9218889oia.56.2018.08.30.21.37.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Aug 2018 21:37:25 -0700 (PDT) Message-ID: <5b88c605.1c69fb81.f383.a0b6@mx.google.com> Date: Fri, 31 Aug 2018 15:29:00 -0000 From: Steven Penny Content-Type: text/plain; charset=utf8; format=flowed Subject: error in "cygpath" behavior To: cygwin@cygwin.com User-Agent: Tryst/2.8.0 (cup.github.io/tryst) X-SW-Source: 2018-08/txt/msg00391.txt.bz2 It is my understanding that given relative input, "cygpath" shall produce relative output unless given "-a" option. However I noticed a discrepancy. These are all correct: $ cygpath . . $ cygpath .. .. $ cygpath -w . . This is not: $ cygpath -w .. C:\cygwin64\home\ -- 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