bootargs=tcp fix

cinap_lenrek 2011-05-06 07:02:22 +00:00
parent e4d368ccdb
commit 67856b4507
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ fn main{
}
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)