git: 9front

Download patch

ref: ff92b98d736b0b9d522e2d5599e1b6e275756433
parent: 4bc508c6bd058dd03f5e2ba1103bc1d6b213140b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jul 14 13:20:49 EDT 2018

bootrc: write fatal error message to fd2

--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -35,7 +35,7 @@
 }
 
 fn fatal {
-	echo $*
+	echo $* >[1=2]
 	exit $"*
 }
 
--