g: dont pollute the environment (thanks BurnZeZ)
This commit is contained in:
parent
394733c17b
commit
99e3bea407
1 changed files with 1 additions and 1 deletions
2
rc/bin/g
2
rc/bin/g
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
|
rfork e
|
||||||
flags=()
|
flags=()
|
||||||
while(! ~ $#* 1 && ~ $1 -* && ! ~ $1 --){
|
while(! ~ $#* 1 && ~ $1 -* && ! ~ $1 --){
|
||||||
flags=($flags $1);
|
flags=($flags $1);
|
||||||
|
|
Loading…
Reference in a new issue