ref: d08e5fdcab7183848db0bf9f64c8d504616c2005
parent: f2074582d1fa83afedced2b09bd6386b5ebc89a7
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)
--
⑨