Skip to content

Commit

Permalink
fixed globbing error
Browse files Browse the repository at this point in the history
  • Loading branch information
buhl committed Jan 7, 2021
1 parent cdd05cb commit 8011e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8011e35

Please sign in to comment.