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/MAKEDEV.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sutils/MAKEDEV.sh') 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