summaryrefslogtreecommitdiff
path: root/include/tree.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-10-17 16:07:16 +0100
committerLeah Rowe <leah@libreboot.org>2025-10-17 16:07:16 +0100
commit2aea7f622949ecdc9b1a434eff8c789a357e4c67 (patch)
tree47ef11ea8028978527a47e3f302b26f53e624b48 /include/tree.sh
parentb3232a7c4a6466381d798d7beda56fd020d86d54 (diff)
Revert "get.sh: make forcepull a macro"
This reverts commit b3232a7c4a6466381d798d7beda56fd020d86d54.
Diffstat (limited to 'include/tree.sh')
-rw-r--r--include/tree.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tree.sh b/include/tree.sh
index 51e55421..166a3d86 100644
--- a/include/tree.sh
+++ b/include/tree.sh
@@ -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" ;;