OSDN Git Service

Fix ls error message for chmod -r directories.
authorRob Landley <rob@landley.net>
Wed, 28 Oct 2015 04:12:48 +0000 (23:12 -0500)
committerRob Landley <rob@landley.net>
Wed, 28 Oct 2015 04:12:48 +0000 (23:12 -0500)
commit87f6a93fc594934b21fcd0e9d42baad2abb209ae
tree7bf5ab8a1b99a466bf8ab5406194f73e6de755af
parent10a942f7a67fe7f8dc6c17c3115449f5034fb607
Fix ls error message for chmod -r directories.

Also, if you mkdir "$(echo -e "one\ntwo"); chmod -r one*; ls -q one*
it honors -q.
toys/posix/ls.c