get.sh: make forcepull a macro

:

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-17 14:02:55 +01:00
parent 54aa5b7d32
commit b3232a7c4a
2 changed files with 7 additions and 5 deletions
+1 -2
View File
@@ -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" ;;