path
This commit is contained in:
parent
80f19583ce
commit
9609171ad6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [ -f "${file}" ] ; then
|
|||
local modules=($(find "${root}" -type 'f' -name '*.sh'))
|
||||
local module
|
||||
for module in "${modules[@]}" ; do
|
||||
if [ "${module}" != "${file}" ] ; then
|
||||
if [ "${module}" != "${path}" ] ; then
|
||||
source "${module}"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue