Revert "get.sh: make forcepull a macro"

This reverts commit b3232a7c4a.
This commit is contained in:
Leah Rowe
2025-10-17 16:07:16 +01:00
parent b3232a7c4a
commit 2aea7f6229
2 changed files with 5 additions and 7 deletions
+2 -1
View File
@@ -26,6 +26,7 @@ cmd=""
defconfig=""
dest_dir=""
elfdir=""
forcepull=""
gccdir=""
gccfull=""
gccver=""
@@ -92,7 +93,7 @@ trees()
if [ "$flag" = "-F" ]; then
# don't skip git fetch/pull on cached src
if_not_force_pull=":"
forcepull="y"
fi
;;
-s) mode="savedefconfig" ;;