diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-26 00:57:50 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-26 00:57:50 +0100 |
commit | 18dacd4c22b1dfe6ab985d76712dd8261f173ce4 (patch) | |
tree | 3f305d133ed678293a50687c30ca01557c0a2fde /include/get.sh | |
parent | e981132c829dea9dd958ea174e35e15e122451d7 (diff) |
xbmk: rename xbmklocal/xbmktmp variables
shorten them
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/get.sh')
-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 a60e8c36..ebaaaff1 100644 --- a/include/get.sh +++ b/include/get.sh @@ -5,7 +5,7 @@ eval "`setvars "" loc url bkup_url subcurl subhash subgit subgit_bkup \ depend subcurl_bkup repofail`" -tmpgit="$xbmklocal/gitclone" +tmpgit="$xbloc/gitclone" tmpgitcache="$XBMK_CACHE/tmpgit" fetch_targets() |