(main): When given two or more arguments but the only one
authorJim Meyering <jim@meyering.net>
Sat, 21 Apr 2001 09:47:39 +0000 (09:47 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Apr 2001 09:47:39 +0000 (09:47 +0000)
commite1e14bdb38fe946d5c6bde8a1f47637dc2e58f77
tree0849f715075c6fe2194a41140eae6d7a335b342e
parent9ea67a3c6fa32955cc7092433087d6802ca2cb15
(main): When given two or more arguments but the only one
that exists is a directory, don't treat it as if it were the only
argument.  Before, `mkdir d; ls no-dir d 2>/dev/null' would act like
`ls d' and produce no output.  Now, it prints `d:'.
src/ls.c