fix mistake
This commit is contained in:
parent
a3ce1a4e03
commit
e30bd05a62
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ case go
|
||||||
|
|
||||||
prompt 'Enable boot method' plan9 winnt
|
prompt 'Enable boot method' plan9 winnt
|
||||||
|
|
||||||
disk=`{basename -d $9fat}
|
disk=`{basename `{basename -d $9fat}}
|
||||||
|
|
||||||
if(! boot$rd){
|
if(! boot$rd){
|
||||||
didbootsetup=$oldbootsetup
|
didbootsetup=$oldbootsetup
|
||||||
export didbootsetup
|
export didbootsetup
|
||||||
|
|
Loading…
Reference in a new issue