ref: 37924eef478a24867a7cc4ad6b54e09e0d5104d7
parent: bed0764caec8b50682c2fd9052f12210676ec652
parent: c3b44c3ebb8f21eb91f137fb89558f702d87d54f
author: stanley lieber <stanley.lieber@gmail.com>
date: Thu May 5 09:37:00 EDT 2011
merge
--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -71,7 +71,7 @@
}
if not bootargs=$nobootprompt
mn=`{echo $bootargs | awk -F! '{print $1}'}- ma=`{echo $bootargs | sed 's/[^!]+!//'}+ ma=`{echo $bootargs | sed 's/[^!]+!?//'} for(i in `{seq 1 $#mt}){if(~ $mt($i) m^$mn)
mp=$$mt($i)
--
⑨