mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
plugin loading bug (globs)
This commit is contained in:
parent
f9d0075f12
commit
1c8ef992f1
1 changed files with 4 additions and 1 deletions
|
|
@ -15,9 +15,12 @@ declare -A g_build_systems_glob
|
||||||
|
|
||||||
source "${g_lib}/globals"
|
source "${g_lib}/globals"
|
||||||
source "${g_lib}/logging"
|
source "${g_lib}/logging"
|
||||||
source "${g_lib}/plugins/"*".sh"
|
|
||||||
source "${g_lib}/handle_inotify"
|
source "${g_lib}/handle_inotify"
|
||||||
|
|
||||||
|
for plugin in "${g_lib}/plugins/"*".sh"; do
|
||||||
|
source "${plugin}"
|
||||||
|
done
|
||||||
|
|
||||||
#
|
#
|
||||||
# MAIN
|
# MAIN
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue