Patch from Rich Felker:
authorRob Landley <rob@landley.net>
Thu, 15 Jun 2006 22:11:10 +0000 (22:11 -0000)
committerRob Landley <rob@landley.net>
Thu, 15 Jun 2006 22:11:10 +0000 (22:11 -0000)
commit9947a244d44edd3862694cce7a91e706b0cbd529
tree95f86862ac564a70e11638464763dbd1655ded7b
parent1761b9dabe9b1bd5ca5233e181fd8926ade5a390
Patch from Rich Felker:
- duplicated format bit 14 forced LIST_EXEC always-on
- -p option was behaving just like -F (SUSv3 says -p only shows / for
  dirs, not other special symbols)
- tests for LIST_EXEC in color functions were nonsense (constant
  tests). i assume they were supposed to be (all_fmt & LIST_EXEC)
  however having coloring of executable files depend on -F seems
  undesirable.
coreutils/ls.c