X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Tue, 21 Apr 2009 06:38:44 -0700 Message-ID: <6991f8e00904210638x6465dd79p23065c7ec39b5b39@mail.gmail.com> Subject: Using real paths in ash From: Stephen Paul Weber To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 I really like the cygwin ash.exe, but I have a problem. It tries to replace C: with /cygdrive/c everywhere. This actually breaks my utilities, because they expect real Windows paths. mkdir -p "$TEMP/t" for example ends up creating C:\cygdrive\c\DOCUME~1\NEWUSE~1\LOCALS~1\Temp\t ... which is obviously not what I want. Is there any way around this problem? I am not subscribed to this list, please CC me any replies :) Thank you. -- Stephen Paul Weber, @singpolyma Please see for how I prefer to be contacted. This message was sent from the GMail webmail interface. It's probably not signed. This is a problem. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/