On Fri, Apr 10, 2015 at 5:07 AM, Corinna Vinschen wrote: > Please give the new code a try. I uploaded new 2015-04-10 developer > snapshots to https://cygwin.com/snapshots/
Here is the test I ran: $ cd /cygdrive/c $ touch ~/{alpha,bravo}.sh ~+/{charlie,delta}.sh $ chmod +x ~/bravo.sh ~+/delta.sh $ ls -l --color ~/{alpha,bravo}.sh ~+/{charlie,delta}.sh -rw-rw-r--+ 1 John None 0 Apr 10 16:51 /cygdrive/c/charlie.sh -rwxrwxr-x+ 1 John None 0 Apr 10 16:51 /cygdrive/c/delta.sh (green) -rw-r--r-- 1 John None 0 Apr 10 16:51 /home/John/alpha.sh -rwxrwxr-x 1 John None 0 Apr 10 16:51 /home/John/bravo.sh (green) So "charlie.sh" looks strange because it has that extra write permission. However this is not a big deal for me. My concern was that everything was showing up executable (green) when running "ls --color". So overall this is an improvement, thanks. -- 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