X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-50.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Subject: Regression in .exe extension handling From: "Yaakov (Cygwin/X)" To: cygwin Content-Type: text/plain; charset="UTF-8" Date: Mon, 28 Jun 2010 18:08:16 -0500 Message-ID: <1277766496.7412.18.camel@YAAKOV04> Mime-Version: 1.0 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 It is not unusual for mono packages to create a wrapper script (to be installed in PATH) in the same directory as an assembly (which has .exe suffix and is installed out of PATH), which uncovered a regression using the 20100622 snapshot: echo script > foo echo executable > foo.exe mkdir bar install foo bar/foo ls bar cat bar/foo You will see that bar/foo.exe is created but it's really the 'script' foo. Yaakov -- 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