git: 9front

Download patch

ref: ad10e5e75270312f50df01262845c5db81ef68f2
parent: 546fb2b14791d3e78ea25ac881689d48cd6bfbe7
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Dec 22 20:44:10 EST 2020

B: dont pollute the environment

--- a/rc/bin/B
+++ b/rc/bin/B
@@ -1,5 +1,7 @@
 #!/bin/rc
 
+rfork e
+
 files=()
 dest=()
 
--