shithub: riscv

Download patch

ref: 99e3bea407cb7c0fb2f8987ed7f9e8cc2957ac17
parent: 394733c17bc49c23213ea026c05f14b59d0d4f21
author: cinap_lenrek <[email protected]>
date: Sun Mar 13 18:34:08 EDT 2016

g: dont pollute the environment (thanks BurnZeZ)

--- a/rc/bin/g
+++ b/rc/bin/g
@@ -1,5 +1,5 @@
 #!/bin/rc 
-
+rfork e
 flags=() 
 while(! ~ $#* 1 && ~ $1 -* && ! ~ $1 --){ 
          flags=($flags $1);