summaryrefslogtreecommitdiff
path: root/sutils/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-18 07:15:09 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-18 07:15:09 +0000
commitb2a6f425757ea52463ec2353712cc79b3446f60c (patch)
tree60d1c15a1268f94734bea52d6b511fc5a399767f /sutils/ChangeLog
parentdb70e2203e2b3ad5bfc50b9945bce3a3913b00df (diff)
Thu Feb 18 02:13:47 1999 Thomas Bushnell, BSG <tb@mit.edu>
* MAKEDEV.sh (mkdev): put `time' in single-quotes; it's a reserved word in bash 2.02 and this protects it. Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
Diffstat (limited to 'sutils/ChangeLog')
-rw-r--r--sutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index 98d65174..6f202ba6 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,3 +1,9 @@
+Thu Feb 18 02:13:47 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * MAKEDEV.sh (mkdev): put `time' in single-quotes; it's a reserved
+ word in bash 2.02 and this protects it. Reported by OKUJI
+ Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
+
Mon Feb 1 16:27:15 1999 Thomas Bushnell, BSG <tb@mit.edu>
* MAKEDEV.sh (PATH): Add /usr/bin out of deference to users