From: Jim Meyering Date: Sat, 11 Nov 2000 13:35:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_32~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a4aa31ab26195683c5083b904f85d98cdc818528;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 03b5614a8b..a1cdb46d47 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,10 @@ * Version 4.0.32. + * tests/mkdir/perm (tests): Use `empty' (instead of just blanks) to + indicate no `-m' option. Using just blanks wasn't portable to + Solaris2.5.1's /bin/sh. + * 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 -'.