diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-02 04:02:49 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-02 04:02:49 +0100 |
commit | 8a8be1dec99f37932a2bedea7cc0427ea90903e6 (patch) | |
tree | 41b217cdd9e9410231263ce405563710e5c19dc4 /include | |
parent | 3af4c7bcb1f154a9a2611e547f6c79275e19bd85 (diff) |
get.sh: remove unnecessary variable, repofail
it is entirely unused
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-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 7c799411..2d1de425 100644 --- a/include/get.sh +++ b/include/get.sh @@ -3,7 +3,7 @@ # Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com> eval "`setvars "" loc url bkup_url subcurl subhash subgit subgit_bkup \ - depend subcurl_bkup repofail`" + depend subcurl_bkup`" tmpgit="$xbloc/gitclone" tmpgitcache="$XBMK_CACHE/tmpgit" |