fix mistake

This commit is contained in:
cinap_lenrek 2011-06-09 21:14:14 +00:00
parent 3dc150e478
commit e1e174fecd

View file

@ -29,7 +29,7 @@ case go
prompt $default 'Plan 9 FAT partition' $fats prompt $default 'Plan 9 FAT partition' $fats
9fat=$rd 9fat=$rd
export 9fat export 9fat
if(! test -f /tmp/plan9.ini) { if(! test -f /tmp/plan9.ini) {
if(~ $syst cpu) if(~ $syst cpu)
bootfile=9pccpuf bootfile=9pccpuf
@ -85,8 +85,10 @@ case go
oldbootsetup=$didbootsetup oldbootsetup=$didbootsetup
didbootsetup=1 didbootsetup=1
export didbootsetup export didbootsetup
prompt 'Enable boot method' plan9 winnt prompt 'Enable boot method' plan9 winnt
disk=`{basename -d $9fat}
if(! boot$rd){ if(! boot$rd){
didbootsetup=$oldbootsetup didbootsetup=$oldbootsetup
export didbootsetup export didbootsetup