From 5a4fc97c63956f5069f5687f6b72c41bf0a3c4c0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 20 Jun 2024 02:07:35 +0100 Subject: vendor.sh: correction (s/scancfg/scan_config) Signed-off-by: Leah Rowe --- include/vendor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vendor.sh') diff --git a/include/vendor.sh b/include/vendor.sh index 9c819bbf..d56cf311 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -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() -- cgit v1.2.1