git: 9front

Download patch

ref: b21aea5e4ffbfb9066dcb9b0840d370ff3e58974
parent: 5d97bbe236e4f46b535a4c15a90b81ee1d5cda9e
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Dec 12 15:54:53 EST 2022

rc: read standard-input from /fd/0 instead of '#d/0'

--- a/rc/lib/rcmain
+++ b/rc/lib/rcmain
@@ -30,7 +30,7 @@
 	}
 	status=''
 	if(! ~ $#* 0) . $*
-	. -i '#d/0'
+	. -i /fd/0
 }
 if not if(~ $#* 0) . '#d/0'
 if not{
--