Commit 4b997429 authored by Thomas Kriechbaumer's avatar Thomas Kriechbaumer
Browse files

add BUNDLED_COMMANDS functionality to bundler plugin

parent 34bc91e7
......@@ -43,6 +43,11 @@ for cmd in $UNBUNDLED_COMMANDS; do
bundled_commands=(${bundled_commands#$cmd});
done
# Add $BUNDLED_COMMANDS to the bundled_commands list
for cmd in $BUNDLED_COMMANDS; do
bundled_commands+=($cmd);
done
## Functions
bundle_install() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment