diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-03-13 22:34:08 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-03-13 22:34:08 +0100 |
commit | 99e3bea407cb7c0fb2f8987ed7f9e8cc2957ac17 (patch) | |
tree | 53a0cb4699a21bc234b6223f32fdc5511850d225 /rc/bin/g | |
parent | 394733c17bc49c23213ea026c05f14b59d0d4f21 (diff) |
g: dont pollute the environment (thanks BurnZeZ)
Diffstat (limited to 'rc/bin/g')
-rwxr-xr-x | rc/bin/g | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/rc - +rfork e flags=() while(! ~ $#* 1 && ~ $1 -* && ! ~ $1 --){ flags=($flags $1); |