summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-05-24 08:59:17 +0000
committerJim Meyering <jim@meyering.net>2002-05-24 08:59:17 +0000
commit36efe038508644f231cd7e9b1dfcffe4e26c2f01 (patch)
tree3130d02f47e4ec01074e101f4ae7dcd9308d5397 /old
parent37877a3b9c6989864b05322c683c326f134383e7 (diff)
downloadcoreutils-36efe038508644f231cd7e9b1dfcffe4e26c2f01.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 7c5697e05..4b8293771 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -2,6 +2,12 @@
* Version 2.0.13.
+ * tests/nice: Move this file...
+ * tests/misc/nice: ...to here.
+ * tests/Makefile.am (TESTS): Remove nice.
+ * tests/misc/Makefile.am (TESTS): Add nice.
+ * configure.ac (AC_CONFIG_FILES): Add tests/misc/Makefile.
+
* src/pathchk.c (validate_path): Compare the result of the function --
not its (constant) address -- against zero.
Patch from Tim J. Robbins <tjr@FreeBSD.ORG>