mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
shift 1
|
||||
|
||||
export GIT_CACHE_DIR=${GIT_CACHE_DIR:-${HOME}/.gitcache}
|
||||
GIT_CACHE_DIR=${GIT_CACHE_DIR:-${HOME}/.gitcache}
|
||||
|
||||
case $ACTION in
|
||||
init)
|
||||
|
Loading…
Reference in New Issue
Block a user