From: Jim Meyering Date: Mon, 30 Aug 1999 15:05:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82669abc1a25b51d6ee88731bc4dbe292e0c06a3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index eedb1f791f..91a4f6c7f7 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,9 @@ 1999-08-29 Jim Meyering + * 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".