]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 17 Mar 2001 22:16:01 +0000 (22:16 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Mar 2001 22:16:01 +0000 (22:16 +0000)
old/fileutils/ChangeLog

index 45ba4daa27252e80999aa19687c726417c882a65..aba3786cff012053850d050c7dab15804a142ecb 100644 (file)
@@ -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.