From a433b359f74228c4b9106d1c7ee38f864a909a13 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sat, 23 Sep 2017 20:53:26 -0400 Subject: Replace a function call in Coreboot action script 'project_action' was used instead of the intended 'project_action_arguments' function, I presume, as project_action does not actually carry out the argument action--contrary to what the name may seem to imply. --- projects/coreboot/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects') diff --git a/projects/coreboot/coreboot b/projects/coreboot/coreboot index f3f5d783..f577ca26 100755 --- a/projects/coreboot/coreboot +++ b/projects/coreboot/coreboot @@ -79,7 +79,7 @@ build() { git_project_checkout "$project" "$repository" "$payload" "$@" fi - project_action "checkout" "vboot" "devices" + project_action_arguments "checkout" "vboot" "devices" rm -f "$sources_path/.xcompile" -- cgit v1.2.3-70-g09d2