aboutsummaryrefslogtreecommitdiff
path: root/lib/main.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-09 13:30:52 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-09 13:30:52 +0100
commit5a3a5e2778c33031c42088fcddd4b5b2eb960bd2 (patch)
tree572a640f2d892206e3b5fb2c0d7cfc66e7562219 /lib/main.bash
parent9575bf831765033243743f026fcaabc9a02e9f78 (diff)
Implement BASHTARD_PLAYBOOK_VARS
Diffstat (limited to 'lib/main.bash')
-rw-r--r--lib/main.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/main.bash b/lib/main.bash
index d8d4cc4..afcd58d 100644
--- a/lib/main.bash
+++ b/lib/main.bash
@@ -34,6 +34,7 @@ main() {
# Declare some global variables
declare -A BASHTARD_PLATFORM
+ declare -A BASHTARD_PLAYBOOK_VARS
# Figure out system details
debug "$BASHTARD_NAME/main" "Discovering system information"
@@ -41,6 +42,7 @@ main() {
# Export BASHTARD_ variables
export BASHTARD_PLATFORM
+ export BASHTARD_PLAYBOOK_VARS
# Source the file defining the subcommand.
debug "$BASHTARD_NAME/main" "Sourcing $subcommand_src"