From ddce689d0582e5c3cfd353645c7d7bbb1f74f5ae Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 17 Oct 2019 20:14:42 -0500 Subject: Remove dependencies_check() from project scripts Removing the check function allows dependencies() to be executed, printing the list of dependencies. It was not executed before due to the way check functions are handled; check functions are executed before functions with the same name (minus the "_check" suffix) in order to determine whether calling the function is necessary. --- projects/mosys/mosys | 4 ---- 1 file changed, 4 deletions(-) (limited to 'projects/mosys') diff --git a/projects/mosys/mosys b/projects/mosys/mosys index fecf9267..4407d784 100755 --- a/projects/mosys/mosys +++ b/projects/mosys/mosys @@ -23,10 +23,6 @@ dependencies() { project_dependencies "$project" "$@" } -dependencies_check() { - project_dependencies_check "$project" "$@" -} - download() { local repository=$project -- cgit v1.2.3-70-g09d2