git: 9front

Download patch

ref: 284e71bcdbc9757f6ef254c3f6f210f69dd78c29
parent: d1c74f53d2fe73eda97d8781d090c1e7d90cbd37
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Wed Dec 5 22:46:22 EST 2012

bootrc: fix mistake, god damn it

--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -18,7 +18,7 @@
 # reparse variables
 for(i in `{ls -Qp /env}){
 	switch($i){
-	case '*'* ?
+	case '*'* 'fn#'* e820 apm0 apid ifs path pid prompt status ?
 		# ignore these
 	case *
 		$i=`{echo $$i}
--