aboutsummaryrefslogtreecommitdiff
path: root/projects/cbfstool
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-10-10 15:47:06 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-10-10 16:32:50 -0400
commit9b975700e9f2ac09097ab5870e7f71c5b58f5584 (patch)
tree6f1ee637d6d2e350aedeb632fafd9c2764d758d5 /projects/cbfstool
parente2242716c403d1003816293c2a146f02d70de46a (diff)
downloadlibrebootfr-9b975700e9f2ac09097ab5870e7f71c5b58f5584.tar.gz
librebootfr-9b975700e9f2ac09097ab5870e7f71c5b58f5584.zip
Correct erroneous project_action() usage
'project_action' does not carry out the given action for a project, contrary to that which the naming may seem to imply. Replacing the usage of the aforementioned with 'project_action_arguments' provides the intended behavior.
Diffstat (limited to 'projects/cbfstool')
-rwxr-xr-xprojects/cbfstool/cbfstool2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cbfstool/cbfstool b/projects/cbfstool/cbfstool
index 3666eb23..eafe2ba9 100755
--- a/projects/cbfstool/cbfstool
+++ b/projects/cbfstool/cbfstool
@@ -68,7 +68,7 @@ build() {
git_project_checkout "$project" "$repository" "$@"
fi
- project_action "checkout" "vboot" "devices"
+ project_action_arguments "checkout" "vboot" "devices"
mkdir -p "$build_path"