dist/tools/git-cache: don't export GIT_CACHE_DIR in script
This commit is contained in:
parent
1084d6593f
commit
d69036f08d
2
dist/tools/git/git-cache
vendored
2
dist/tools/git/git-cache
vendored
@ -256,7 +256,7 @@ usage() {
|
|||||||
ACTION=$1
|
ACTION=$1
|
||||||
shift 1
|
shift 1
|
||||||
|
|
||||||
export GIT_CACHE_DIR=${GIT_CACHE_DIR:-${HOME}/.gitcache}
|
GIT_CACHE_DIR=${GIT_CACHE_DIR:-${HOME}/.gitcache}
|
||||||
|
|
||||||
case $ACTION in
|
case $ACTION in
|
||||||
init)
|
init)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user