From: Jim Meyering Date: Wed, 9 Oct 1996 12:18:48 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2d02ace56b246dcb0a5388f01e9c914b8d3a20;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index f6be3585ee..33765bd776 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,9 @@ Wed Oct 9 00:26:55 1996 Jim Meyering + * configure.in (/proc/uptime check): Guard the read of /proc/uptime + with an existence test to avoid a messy configure-time warning on + systems that lack that special file. + * checks/nice: Protect echoed args with leading `x' so echo doesn't interpret leading -n on e.g. SunOS systems.