diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-09 12:18:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-09 12:18:48 +0000 |
commit | 1e2d02ace56b246dcb0a5388f01e9c914b8d3a20 (patch) | |
tree | 961027c7e617f6faea9f6ffea15e66ca948f70d1 /old/sh-utils | |
parent | fde482ef0e17b7cd4bffcc445d5f214b0dcf5c38 (diff) | |
download | coreutils-1e2d02ace56b246dcb0a5388f01e9c914b8d3a20.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-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 f6be3585e..33765bd77 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,9 @@ Wed Oct 9 00:26:55 1996 Jim Meyering <meyering@na-net.ornl.gov> + * 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. |