diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-11 21:43:50 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-11 21:43:50 +0100 |
| commit | d0a1b40910eecc9687dab4c97c4b0b92057842e8 (patch) | |
| tree | 60a76e520f15dcedc3516401df551762656e7b1f /include/tree.sh | |
| parent | 0fd3d729985e69da307eae327ecdd3cd0ac6c0c1 (diff) | |
more cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/tree.sh')
| -rw-r--r-- | include/tree.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/tree.sh b/include/tree.sh index d891c3af..9ac0ca6d 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -55,11 +55,8 @@ trees() if_dry_build="" if_not_do_make="" if_not_dry_build=":" - if [ "$flag" = "-F" ]; then - # don't skip git fetch/pull on cached src - - forcepull="y" - fi + [ "$flag" = "-F" ] && \ + forcepull="y"; : # never skip git fetch/pull ;; -s) mode="savedefconfig" ;; -l) mode="olddefconfig" ;; |
