1
0
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:
Alexandre Abadie 2020-06-11 16:19:13 +02:00
parent 1084d6593f
commit d69036f08d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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)