skip main file
This commit is contained in:
parent
ac3435eb2c
commit
10d267383f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ rwx_main_main() {
|
||||||
# source main modules
|
# source main modules
|
||||||
while IFS= read -r module; do
|
while IFS= read -r module; do
|
||||||
# except currently running main module
|
# except currently running main module
|
||||||
if [ "${module}" != "${RWX_MAIN_MODULE}" ]; then
|
if [ "${module}" != "${rwx_main_file}" ]; then
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
. "${rwx_main_root}/${module}"
|
. "${rwx_main_root}/${module}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue