mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
get.sh: make forcepull a macro
: Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -26,7 +26,6 @@ cmd=""
|
||||
defconfig=""
|
||||
dest_dir=""
|
||||
elfdir=""
|
||||
forcepull=""
|
||||
gccdir=""
|
||||
gccfull=""
|
||||
gccver=""
|
||||
@@ -93,7 +92,7 @@ trees()
|
||||
if [ "$flag" = "-F" ]; then
|
||||
# don't skip git fetch/pull on cached src
|
||||
|
||||
forcepull="y"
|
||||
if_not_force_pull=":"
|
||||
fi
|
||||
;;
|
||||
-s) mode="savedefconfig" ;;
|
||||
|
||||
Reference in New Issue
Block a user