merge
This commit is contained in:
commit
f7b794294e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue