diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-21 16:07:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-21 16:07:51 +0000 |
commit | 6dfffb70f2e2e9f503ca5161e5ddb782a698edd8 (patch) | |
tree | 252bbb7c40984e5d891e71c754a677de5dde7eec | |
parent | 7e9a874be6c489e0633e9a28bedaa4a74cd5c2b9 (diff) | |
download | coreutils-6dfffb70f2e2e9f503ca5161e5ddb782a698edd8.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. |