vendor.sh: correction (s/scancfg/scan_config)
Signed-off-by: Leah Rowe <leah@libreboot.org>audit6
parent
d65e4fac1d
commit
5a4fc97c63
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue