]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(decode_switches): Make -A set really_all_files to zero
authorJim Meyering <jim@meyering.net>
Tue, 29 Oct 1996 12:51:37 +0000 (12:51 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 29 Oct 1996 12:51:37 +0000 (12:51 +0000)
commitd7749da3e931615bf3d03026425b4bdd5cf8b0da
tree5d9d5df96bb6dbdc20c34b623f140ca1d9e5d87a
parent84b8cf9fcf25a4e288841f690879a898417b7d99
(decode_switches): Make -A set really_all_files to zero
as well as setting all_files to 1.  With this change, ls -f -A prints
everything but . and .., unsorted.  Before, the -A was effectively
ignored.  From Karl Berry.
src/ls.c