summaryrefslogtreecommitdiff
path: root/include/tree.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-10-17 14:02:55 +0100
committerLeah Rowe <leah@libreboot.org>2025-10-17 14:02:55 +0100
commitb3232a7c4a6466381d798d7beda56fd020d86d54 (patch)
tree73589e744d46ec1b37028a9e2d773fa53411f0d2 /include/tree.sh
parent54aa5b7d329526152c915d5a8603107248cf0a09 (diff)
get.sh: make forcepull a macro
: Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/tree.sh')
-rw-r--r--include/tree.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tree.sh b/include/tree.sh
index 166a3d86..51e55421 100644
--- a/include/tree.sh
+++ b/include/tree.sh
@@ -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" ;;