mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 15:29:35 +02:00
Revert "get.sh: make forcepull a macro"
This reverts commit b3232a7c4a.
This commit is contained in:
+2
-1
@@ -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" ;;
|
||||
|
||||
Reference in New Issue
Block a user