git: 9front

Download patch

ref: 3e2edc839815aac6344bc3b6768239757b98d581
parent: c2e6446711763dc131a3d696dac873fb289e8d74
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Dec 9 22:16:36 EST 2014

bootrc: preserve #ec/fs (thanks _sl)

--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -145,7 +145,7 @@
 	}
 
 	# remove enviroment variables
-	rm -f /env/^$mt /env/? /env/?? '/env/fn#'* 
+	rm -f '#e/'^$mt '#e/'? '#e/'?? '#e/fn#'* 
 
 	# remove part of our temporary root
 	/mnt/broot/$cputype/bin/unmount /$cputype/bin /bin
--