From 9b975700e9f2ac09097ab5870e7f71c5b58f5584 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 10 Oct 2017 15:47:06 -0400 Subject: 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. --- projects/mosys/mosys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/mosys') diff --git a/projects/mosys/mosys b/projects/mosys/mosys index f0f3345b..145a467d 100755 --- a/projects/mosys/mosys +++ b/projects/mosys/mosys @@ -66,7 +66,7 @@ build() { git_project_checkout "$project" "$repository" "$@" fi - project_action "build" "flashmap" "$@" + project_action_arguments "build" "flashmap" "$@" mkdir -p "$build_path" -- cgit v1.2.3-70-g09d2