commit | 9947a244d44edd3862694cce7a91e706b0cbd529 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Jun 15 22:11:10 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Thu Jun 15 22:11:10 2006 +0000 |
tree | 95f86862ac564a70e11638464763dbd1655ded7b | |
parent | 1761b9dabe9b1bd5ca5233e181fd8926ade5a390 [diff] |
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.