mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-22 14:36:31 +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"
|
boarddir="$cbcfgsdir/$board"
|
||||||
_b="${board%%_*mb}" # shorthand (no duplication per rom size)
|
_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()
|
getcfg()
|
||||||
|
|||||||
Reference in New Issue
Block a user