git: 9front

Download patch

ref: 7bd28ffe4522de83b06c77904e47a3f6309c38d3
parent: d81aad266fb38e784ecedf88fe517f37950479a7
author: aiju <aiju@phicode.de>
date: Tue Aug 7 14:01:53 EDT 2012

fix inst/bootsetup

--- a/rc/bin/inst/bootsetup
+++ b/rc/bin/inst/bootsetup
@@ -37,7 +37,7 @@
 			bootfile=9pcf
 		@{
 			echo 'bootfile='^$bootfile
-			echo 'bootargs=local!'^$fs^$fsflags
+			echo 'bootargs=local!'^$fs' '$"fsflags
 			if(~ $#nvram 1)
 				echo 'nvram='^$nvram
 			echo 'mouseport='^$mouseport
--