shithub: riscv

Download patch

ref: 286a035b6ceb727abca8851647f9172366f1ce5d
parent: 8a53b8192db4848626722a00bf4478a2836102d8
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Thu Aug 9 16:13:28 EDT 2012

inst/configfs: change spaces into tabs

--- a/rc/bin/inst/configfs
+++ b/rc/bin/inst/configfs
@@ -14,7 +14,7 @@
 	echo 'You can install the following types of file systems:'
 	echo
 	echo '	cwfs64x	the cached-worm file server'
-	echo '  hjfs    the new 9front file server (experimental!)'
+	echo '	hjfs	the new 9front file server (experimental!)'
 	echo
 	prompt -d cwfs64x 'File system' cwfs64x hjfs
 	fstype=$rd
--