1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 17:18:45 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-10-21 16:07:51 +00:00
parent 7e9a874be6
commit 6dfffb70f2

View File

@@ -1,7 +1,15 @@
2003-10-19 Jim Meyering <jim@meyering.net>
2003-10-21 Jim Meyering <jim@meyering.net>
* 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 <jim@meyering.net>
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.