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:message-id:date:from:content-type:subject:to; q=dns; s=default; b=qvRcoj+QzFCSSl98kd1h6E6dUK2/tZtfsuXRoFMRZv0 TPq/jwRH5KDRCR3B5cu+GIP6xhHQ06EHGedvsOVd106GfDrwEDUnm65bEjoa+m2+ uZZ9xNUTDTckX+/ZYP+IYHjr1QrYeJh5lvnsulxY9xQpd5jyj1uJ0r87UrogwHNA = 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:message-id:date:from:content-type:subject:to; s=default; bh=C6qJElup7oV2hlBgL1qnnbK/5IY=; b=nPrn4frCqmpJ0E2v9 O9bVDlO087pXX/hXFOXKy2pyPb23+vzZvw2AcfQ2z8O8WtAD5bVcwas7zVypmkn6 RkxvYEknm2PSuKTZtwSRxlfjln7rREcI6qdJc0dWehzp/v64+mHcv5wBFO69JgH2 0Jy37sBH9yh9s+EVh3b/bqsj3w= 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=-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 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== Message-ID: <5b88c605.1c69fb81.f383.a0b6@mx.google.com> Date: Thu, 30 Aug 2018 21:37:25 -0700 (PDT) From: Steven Penny Content-Type: text/plain; charset=utf8; format=flowed Subject: error in "cygpath" behavior To: cygwin AT cygwin DOT com User-Agent: Tryst/2.8.0 (cup.github.io/tryst) 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