Put conf_file loop outside of init_file loop (#666)

This commit is contained in:
Thales Mello 2019-01-10 19:57:14 -02:00 committed by Derek W. Stavis
parent 97b6b92cdd
commit c0e69a589e

View File

@ -74,15 +74,15 @@ function require
source $init $path
for conf in $conf_path
source $conf
end
emit init_$package $path
set -g omf_init_path $omf_init_path $path
emit perf:timer:finish $init
end
for conf in $conf_path
source $conf
end
return 0
end