mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
vendor.sh: correction (s/scancfg/scan_config)
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ vendor_download()
|
||||
boarddir="$cbcfgsdir/$board"
|
||||
_b="${board%%_*mb}" # shorthand (no duplication per rom size)
|
||||
|
||||
getcfg && scancfg "$_b" "config/vendor" && bootstrap && getfiles
|
||||
getcfg && scan_config "$_b" "config/vendor" && bootstrap && getfiles
|
||||
}
|
||||
|
||||
getcfg()
|
||||
|
||||
Reference in New Issue
Block a user