ref: 9d24a107a5ba6a0a9154e335ecae231b94682139
parent: 23b2128da14e62c073be633d159cd6005d23d78d
author: cinap_lenrek <cinap_lenrek@localhost>
date: Sun Apr 17 21:59:36 EDT 2011
boot(8): changed tread to read, other: fix perms
--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -67,7 +67,7 @@
echo -n 'kernel is at: '
while(~ $#resp 0){- resp=`{tread $timeo}+ resp=`{read} if(! ~ $status ''){bootconf # set configuration from file
if(! ~ $#nobootprompt 0)
--
⑨