diff options
author | aiju <aiju@phicode.de> | 2012-08-07 18:01:53 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2012-08-07 18:01:53 +0200 |
commit | 4c4a3cbfd47cda7286ea52035f1486985c7996d0 (patch) | |
tree | a7c30cdafc720fbc34ed22e93678ef662735719c | |
parent | b21b9ba89cf66a8fac6f94efb79cfb425a2c4df2 (diff) | |
download | plan9front-4c4a3cbfd47cda7286ea52035f1486985c7996d0.tar.xz |
fix inst/bootsetup
-rwxr-xr-x | rc/bin/inst/bootsetup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index f5d5c4aa5..c004eb6ba 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -37,7 +37,7 @@ case go bootfile=9pcf @{ echo 'bootfile='^$bootfile - echo 'bootargs=local!'^$fs^$fsflags + echo 'bootargs=local!'^$fs' '$"fsflags if(~ $#nvram 1) echo 'nvram='^$nvram echo 'mouseport='^$mouseport |