diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-30 15:05:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-30 15:05:34 +0000 |
commit | 82669abc1a25b51d6ee88731bc4dbe292e0c06a3 (patch) | |
tree | da9783f4c4eb0680eae39348867baed6daa874ec /old | |
parent | 794af090073aa79990868eab0dbe7eaacc337ac1 (diff) | |
download | coreutils-82669abc1a25b51d6ee88731bc4dbe292e0c06a3.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index eedb1f791..91a4f6c7f 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,9 @@ 1999-08-29 Jim Meyering <meyering@ascend.com> + * tests/nice: Use `nice' instead of $nice. + * tests/Makefile.am (TESTS_ENVIRONMENT): Prepend ../src to PATH so + the above works. + * src/env.c (main): Call exit explicitly to avoid warning from gcc. * src/nice.c (main): Likewise. Include "xstrtol.h". |