aboutsummaryrefslogtreecommitdiff
path: root/libs/tool
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-07-20 22:39:16 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-07-21 01:37:29 -0400
commit274b669e1a1f45d592f4765b609afb37e2e66e43 (patch)
tree430f48db86bed204f711f643314286d9aa54b982 /libs/tool
parent3dab153b0e0d978a064711ec2ed14f174fd215c2 (diff)
downloadlibrebootfr-274b669e1a1f45d592f4765b609afb37e2e66e43.tar.gz
librebootfr-274b669e1a1f45d592f4765b609afb37e2e66e43.zip
Add libreboot_setup_tool_actions()
The added function is a complement to libreboot_setup_project_actions() which moves generation of the TOOL_ACTIONS array out of libs/tool and into the main script for greater malleability. Notably, the proper elements are now included in the array.
Diffstat (limited to 'libs/tool')
-rwxr-xr-xlibs/tool5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/tool b/libs/tool
index 1ee050c4..0fb09a96 100755
--- a/libs/tool
+++ b/libs/tool
@@ -17,11 +17,6 @@
TOOL_ACTIONS_GENERIC=(usage update execute)
TOOL_ACTIONS_HELPERS=(arguments)
-TOOL_ACTIONS=(
- "${TOOL_ACTIONS_GENERIC[@]}"
- "${TOOL_ACTIONS_GENERIC[@]/%/_check}"
- "${TOOL_ACTIONS_HELPERS[@]}"
-)
tool_include() {
local tool=$1