diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-21 09:49:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-21 09:49:09 +0000 |
commit | 500ac13ddfd05607c2d45155d0f3ba4f755e558b (patch) | |
tree | 7625a7a43ebca448117b52e52200871138656a2d /old | |
parent | e1e14bdb38fe946d5c6bde8a1f47637dc2e58f77 (diff) | |
download | coreutils-500ac13ddfd05607c2d45155d0f3ba4f755e558b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index a8fc48cef..932ff843f 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,9 @@ Changes in release 4.1.0: +[4.0.44] +* ls: 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:'. [4.0.43] * regenerate configure-related files using autoconf-2.49d [4.0.42] |