aboutsummaryrefslogtreecommitdiff
path: root/projects/dejavu-fonts
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2019-10-17 20:14:42 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2019-10-19 17:32:52 -0500
commitddce689d0582e5c3cfd353645c7d7bbb1f74f5ae (patch)
treef215a0919ab8275e97305d1cb5b057082f69c714 /projects/dejavu-fonts
parent4b8a27ade3f4cdb8b415972124e868bc2c0dd480 (diff)
downloadlibrebootfr-ddce689d0582e5c3cfd353645c7d7bbb1f74f5ae.tar.gz
librebootfr-ddce689d0582e5c3cfd353645c7d7bbb1f74f5ae.zip
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.
Diffstat (limited to 'projects/dejavu-fonts')
-rwxr-xr-xprojects/dejavu-fonts/dejavu-fonts4
1 files changed, 0 insertions, 4 deletions
diff --git a/projects/dejavu-fonts/dejavu-fonts b/projects/dejavu-fonts/dejavu-fonts
index c3d76cf9..1e91362f 100755
--- a/projects/dejavu-fonts/dejavu-fonts
+++ b/projects/dejavu-fonts/dejavu-fonts
@@ -23,10 +23,6 @@ dependencies() {
project_dependencies "$project" "$@"
}
-dependencies_check() {
- project_dependencies_check "$project" "$@"
-}
-
usage() {
project_usage_actions "$project"
project_usage_arguments "$project" "$@"