diff options
-rw-r--r-- | include/get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/get.sh b/include/get.sh index 4926699b..ecfd0ba5 100644 --- a/include/get.sh +++ b/include/get.sh @@ -6,7 +6,7 @@ eval "`setvars "" loc url bkup_url subcurl subhash subgit subgit_bkup \ depend subcurl_bkup`" tmpgit="$xbtmp/gitclone" -tmpgitcache="$XBMK_CACHE/tmpgit" +tmpgitcache="$xbtmp/tmpgit" fetch_targets() { |