summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 649866ab4..990300f20 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,10 @@
Fri Aug 2 21:45:06 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/nice.c (main): Set minus_flag to zero in two places.
+ Otherwise, `nice --1 -3' would mistakenly do the equivalent of
+ `nice --3'. Thanks to Eric Backus <ericb@lsid.hp.com> for the
+ test cases.
+
* configure.in (check for /proc/uptime): New check.
* acconfig.h (SAVE_PROC_UPTIME): #undef it. Reorder so symbols
are sorted again.