Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Subject: Unusual new look to symlinks to executables From: fergus Reply-To: fergus AT bonhard DOT uklinux DOT net To: cygwin AT cygwin DOT com Cc: fergus AT bonhard DOT uklinux DOT net Content-Type: text/plain Message-Id: <1112732123.2369.14.camel@82-40-123-11.cable.ubr01.pert.blueyonder.co.uk> Mime-Version: 1.0 Date: Tue, 05 Apr 2005 21:15:27 +0100 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Apr 2005 20:16:07.0337 (UTC) FILETIME=[4CE30990:01C53A1C] This seems to have happened with today's upgrade to coreutils and possibly with the recent upgrade to tetex. I am not certain whether anything is broken, but I am certain that things are different. Previously in Cygwin: Links to executables showed the full name including the .exe extension, as in (for example) > ls /bin | grep csh csh -> tcsh.exe* tcsh.exe* Now in Cygwin: Some links to executables now show the executable name without the .exe extension, as in > ls /bin | grep csh csh -> tcsh* tcsh.exe* There are now very many instances of this under /bin and possibly elsewhere (try ls -al /bin | grep diff or ls -al /bin | grep naim). I can see that in Cygwin an executable will run whether the instruction to run it is given as execname.exe or just execname, so in that sense possibly nothing is broken that once was not. However, the "many instances" just referred to were made evident by a simple link-checking script that I have been running for my own purposes within Cygwin for two years or more, and in the entire Cygwin provision over that time interval, this is the first time that the phenomenon described has occurred. So perhaps it is accidental, and should not have happened? Fergus -- 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/