bootargs=tcp fix
This commit is contained in:
parent
e4d368ccdb
commit
67856b4507
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ fn main{
|
||||||
}
|
}
|
||||||
if not bootargs=$nobootprompt
|
if not bootargs=$nobootprompt
|
||||||
mn=`{echo $bootargs | awk -F! '{print $1}'}
|
mn=`{echo $bootargs | awk -F! '{print $1}'}
|
||||||
ma=`{echo $bootargs | sed 's/[^!]+!//'}
|
ma=`{echo $bootargs | sed 's/[^!]+!?//'}
|
||||||
for(i in `{seq 1 $#mt}){
|
for(i in `{seq 1 $#mt}){
|
||||||
if(~ $mt($i) m^$mn)
|
if(~ $mt($i) m^$mn)
|
||||||
mp=$$mt($i)
|
mp=$$mt($i)
|
||||||
|
|
Loading…
Reference in a new issue