fixed globbing error

pull/1587/head
buhl 2020-04-11 11:59:25 +02:00
parent cdd05cb3b6
commit 8011e3510b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ done
#Load external vendor libraries
# See "${BASH_IT}/vendors/Makefile for comments
for _bash_it_config_file in "${BASH_IT}/vendors/*/*.bash"
for _bash_it_config_file in ${BASH_IT}/vendors/*/*.bash
do
source "$_bash_it_config_file"
done