Commit c0e69a58 authored by Thales Mello's avatar Thales Mello Committed by Derek W. Stavis

Put conf_file loop outside of init_file loop (#666)

parent 97b6b92c
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment