summaryrefslogtreecommitdiff
path: root/include/rebar.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rebar.hrl')
-rw-r--r--include/rebar.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
index ad3e2e0..4d591c9 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -5,7 +5,7 @@
-define(FAIL, throw({error, failed})).
--define(ABORT(Str, Args), ?ERROR(Str, Args), halt(1)).
+-define(ABORT(Str, Args), ?ERROR(Str, Args), init:stop(1)).
-define(CONSOLE(Str, Args), io:format(Str, Args)).