Do not filter out HOME otherwise git can't find its config.
This commit is contained in:
parent
bb510c0378
commit
378e72bcf5
@ -1,6 +1,6 @@
|
||||
#!/bin/ksh
|
||||
|
||||
for v in $(typeset +x | egrep -v '(PATH|PWD|SHELL)'); do
|
||||
for v in $(typeset +x | egrep -v '(HOME|PATH|PWD|SHELL)'); do
|
||||
unset $v
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user