diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-18 01:59:36 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-18 01:59:36 +0000 |
commit | 9d24a107a5ba6a0a9154e335ecae231b94682139 (patch) | |
tree | 445ff0f0bc811eae035d130a04cc9cfde23d8d2c /sys/src/9/boot/bootrc | |
parent | 23b2128da14e62c073be633d159cd6005d23d78d (diff) |
boot(8): changed tread to read, other: fix perms
Diffstat (limited to 'sys/src/9/boot/bootrc')
-rw-r--r-- | sys/src/9/boot/bootrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index 99a7c93c7..0ae023aa0 100644 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -67,7 +67,7 @@ fn readmethod{ echo -n 'kernel is at: ' while(~ $#resp 0){ - resp=`{tread $timeo} + resp=`{read} if(! ~ $status ''){ bootconf # set configuration from file if(! ~ $#nobootprompt 0) |