diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-11 10:21:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-11 10:21:51 +0000 |
commit | 427694451d6bfff58158ad72c165e6cd0d6b18c3 (patch) | |
tree | 5101e251fa09ce427a3e30e1677fa7bd52051f4d | |
parent | 81655756c2d83769174f29bb8a1cb730ff704abd (diff) | |
download | coreutils-427694451d6bfff58158ad72c165e6cd0d6b18c3.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f2b0c0818..03b5614a8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,10 @@ * Version 4.0.32. + * tests/mkdir/perm: Don't put a newline in IFS; that's not portable to + NetBSD's /bin/sh. Instead, filter newlines and leading/trailing blanks + out of `tests' before the `set -'. + * Makefile.maint (announcement): Limit depth of ChangeLog `find' to 2. * src/ls.c (print_long_format): Wrap the `--full-time' date format |