Skip to content

Commit

Permalink
bash_it: suppress a false error by shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Feb 19, 2022
1 parent 41cf3cf commit ee85367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ done
# "_bash_it_main_file_type" param is empty so that files get sourced in glob order
for _bash_it_main_file_type in "" "aliases" "plugins" "completion"; do
BASH_IT_LOG_PREFIX="core: reloader: "
# shellcheck disable=SC2140
source "${BASH_IT}/scripts/reloader.bash" ${_bash_it_main_file_type:+"skip" "$_bash_it_main_file_type"}
BASH_IT_LOG_PREFIX="core: main: "
done
Expand Down

0 comments on commit ee85367

Please sign in to comment.