summaryrefslogtreecommitdiff
path: root/src/rebar.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-23 11:55:24 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-23 11:55:24 -0500
commitb37fe2c4bbe0e47399408f8feb59b5b0ab98a592 (patch)
treee35d9f443ca06827ef78321a56a378bf0bedb3d3 /src/rebar.erl
parent070689632bf5718e2e80fb9b10cf26837fb4e976 (diff)
refactoring and remove unused providers for now
Diffstat (limited to 'src/rebar.erl')
-rw-r--r--src/rebar.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index a7bbe1a..338e97b 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -162,7 +162,10 @@ run_aux(BaseConfig, Commands) ->
ok -> ok;
{error,{already_started,crypto}} -> ok
end,
-
+ application:start(asn1),
+ application:start(public_key),
+ application:start(ssl),
+ inets:start(),
[Command | Args] = Commands,
CommandAtom = list_to_atom(Command),