summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-17 22:16:01 +0000
committerJim Meyering <jim@meyering.net>2001-03-17 22:16:01 +0000
commit69df1f32a92b4418d910c8d8fba52eaf46ef9546 (patch)
tree97b821580a5d248d123e0bd4f3bd815b6a1ce02a /old/fileutils
parent10a6b91082a1e58d1086295c2f3fbe880952e1da (diff)
downloadcoreutils-69df1f32a92b4418d910c8d8fba52eaf46ef9546.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 45ba4daa2..aba3786cf 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,15 @@
* Version 4.0.42.
+ * tests/install/create-leading: Use ../envvar-check rather than
+ open-coding the same tests.
+
+ * tests/envvar-check: Set/use $as_unset, for those shells
+ (like Ultrix4's /bin/sh) that don't accept `unset'.
+
+ * missing (--run): Use `eval' to run `"$@"'. Otherwise, Ultrix4.4's
+ /bin/sh fails and outputs garbage.
+
* doc/fileutils.texi (touch invocation): Mention the obsolescent usage.
* src/touch.c (usage): Tweak the obsolescent usage line so that
help2man recognizes it as such. Reported by Dan Jacobson.