mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-28 15:09:04 +02:00
git.sh: use setvars for fail variables
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -92,9 +92,7 @@ tmpclone()
|
||||
livepull="n" && [ "$repofail" = "y" ] && \
|
||||
printf "Cached clone failed; trying online.\n" 1>&2 && livepull="y"
|
||||
|
||||
resetfail="n"
|
||||
repofail="n"
|
||||
amfail="n"
|
||||
eval "`setvars "n" resetfail repofail amfail`"
|
||||
|
||||
[ $# -lt 6 ] || rm -Rf "$3" || err "git retry: !rm $3 ($1)"
|
||||
repodir="$XBMK_CACHE/repo/${1##*/}" && [ $# -gt 5 ] && repodir="$3"
|
||||
|
||||
Reference in New Issue
Block a user