From b2a6f425757ea52463ec2353712cc79b3446f60c Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 18 Feb 1999 07:15:09 +0000 Subject: Thu Feb 18 02:13:47 1999 Thomas Bushnell, BSG * 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 . --- sutils/ChangeLog | 6 ++++++ sutils/MAKEDEV.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + * 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 . + Mon Feb 1 16:27:15 1999 Thomas Bushnell, BSG * MAKEDEV.sh (PATH): Add /usr/bin out of deference to users diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh index 3c26f473..c1842a66 100644 --- a/sutils/MAKEDEV.sh +++ b/sutils/MAKEDEV.sh @@ -105,7 +105,7 @@ function mkdev { cmd ln -f -s fd/1 $dir/stdout cmd ln -f -s fd/2 $dir/stderr ;; - time) + 'time') st $I root 666 /hurd/storeio time ;; # ptys -- cgit v1.2.3