From: Jim Meyering Date: Sat, 21 Apr 2001 09:49:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_44~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=500ac13ddfd05607c2d45155d0f3ba4f755e558b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index a8fc48cef4..932ff843f9 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]