From: Jim Meyering Date: Tue, 21 Oct 2003 16:07:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dfffb70f2e2e9f503ca5161e5ddb782a698edd8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 39595c8070..69fd022d8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2003-10-19 Jim Meyering +2003-10-21 Jim Meyering * Version 5.1.0. + Don't fail when run with VERBOSE=yes. + * tests/chgrp/basic: Do `set +x' before starting the subshell + from which we invoke chgrp. Otherwise, the output from the + VERBOSE=yes-induced `set -x' would result in spurious differences. + Reported by Russel Coker via Michael Stone. + +2003-10-19 Jim Meyering + chmod now uses fts to perform a directory traversal when -R is specified. Before, it operated on full path names, and as such would encounter the PATH_MAX (often 4096) limit.