git: 9front

Download patch

ref: 4d9b4824d6bda58abdf0e544f94cb2086abb1653
parent: fa6b6d1d2b779f2d162aef22f3f29321e18505ae
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Thu Jun 9 18:02:50 EDT 2011

fix mistake

--- a/rc/bin/inst/bootsetup
+++ b/rc/bin/inst/bootsetup
@@ -88,7 +88,8 @@
 
 	prompt 'Enable boot method' plan9 winnt
 
-	disk=`{basename -d $9fat}
+	disk=`{basename `{basename -d $9fat}}
+
 	if(! boot$rd){
 		didbootsetup=$oldbootsetup
 		export didbootsetup
--