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
|
||||
while IFS= read -r module; do
|
||||
# except currently running main module
|
||||
if [ "${module}" != "${RWX_MAIN_MODULE}" ]; then
|
||||
if [ "${module}" != "${rwx_main_file}" ]; then
|
||||
# shellcheck disable=SC1090
|
||||
. "${rwx_main_root}/${module}"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue