Browse Source

Make sure crypto is running as lots of things use it

pull/3/head
Dave Smith 15 years ago
parent
commit
d894dc5448
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/rebar_core.erl

+ 3
- 0
src/rebar_core.erl View File

@ -50,6 +50,9 @@ run(Args) ->
%% Pre-load the rebar app so that we get default configuration %% Pre-load the rebar app so that we get default configuration
ok = application:load(rebar), ok = application:load(rebar),
%% Make sure crypto is running
crypto:start(),
%% Initialize logging system %% Initialize logging system
rebar_log:init(), rebar_log:init(),

Loading…
Cancel
Save