diff options
author | Jim Meyering <jim@meyering.net> | 2002-05-24 08:59:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-05-24 08:59:17 +0000 |
commit | 36efe038508644f231cd7e9b1dfcffe4e26c2f01 (patch) | |
tree | 3130d02f47e4ec01074e101f4ae7dcd9308d5397 /old/sh-utils | |
parent | 37877a3b9c6989864b05322c683c326f134383e7 (diff) | |
download | coreutils-36efe038508644f231cd7e9b1dfcffe4e26c2f01.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 6 |
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> |