From d69036f08d7bd27181a0f79a2850256d1c7bfd05 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 11 Jun 2020 16:19:13 +0200 Subject: [PATCH] dist/tools/git-cache: don't export GIT_CACHE_DIR in script --- dist/tools/git/git-cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/git/git-cache b/dist/tools/git/git-cache index 06901afd99..24e4de4ffd 100755 --- a/dist/tools/git/git-cache +++ b/dist/tools/git/git-cache @@ -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)