summaryrefslogtreecommitdiff
path: root/rc/bin/g
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-03-13 22:34:08 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2016-03-13 22:34:08 +0100
commit99e3bea407cb7c0fb2f8987ed7f9e8cc2957ac17 (patch)
tree53a0cb4699a21bc234b6223f32fdc5511850d225 /rc/bin/g
parent394733c17bc49c23213ea026c05f14b59d0d4f21 (diff)
g: dont pollute the environment (thanks BurnZeZ)
Diffstat (limited to 'rc/bin/g')
-rwxr-xr-xrc/bin/g2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/g b/rc/bin/g
index a64ab431e..69656dfcc 100755
--- a/rc/bin/g
+++ b/rc/bin/g
@@ -1,5 +1,5 @@
#!/bin/rc
-
+rfork e
flags=()
while(! ~ $#* 1 && ~ $1 -* && ! ~ $1 --){
flags=($flags $1);