]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(main): Remove trailing slashes from command line arguments.
authorJim Meyering <jim@meyering.net>
Thu, 20 Feb 1997 04:54:56 +0000 (04:54 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 Feb 1997 04:54:56 +0000 (04:54 +0000)
commit4af2c36dfa5a29dc358b3ac192560c48a9c8a188
tree1e4bd6a55a1fe6b4e08b243bee4727e25f2a51bd
parent5234813a09891a2788384edc961667c80174e290
(main): Remove trailing slashes from command line arguments.
Otherwise, running `mkdir x; chmod 644 x; ls -d x/' (note the trailing
slash) makes ls fail with permission denied on at least Linux 1.2.13
and 2.0.14 systems.
src/ls.c