Put conf_file loop outside of init_file loop (#666)

pull/694/head
Thales Mello 5 years ago committed by Derek W. Stavis
parent 97b6b92cdd
commit c0e69a589e

@ -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

Loading…
Cancel
Save