summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-12-04 13:48:57 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-12-04 13:48:57 -0700
commitb49189869067401c9da92a22f0a2343b7a2a2456 (patch)
tree71067ef3fc688b26c2f919e6234340a906add155 /src/rebar_core.erl
parent63d4968e36275e4d8ab4698d002b0e5db6d0d7a1 (diff)
Refactor rebar to build a self-contained script
Diffstat (limited to 'src/rebar_core.erl')
-rw-r--r--src/rebar_core.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index 5b9c8c7..7a40200 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -38,7 +38,7 @@ run(Args) ->
Commands = filter_flags(Args, []),
%% Pre-load the rebar app so that we get default configuration
- application:load(rebar),
+ ok = application:load(rebar),
%% Initialize logging system
rebar_log:init(),