mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Merging
This commit is contained in:
commit
b5eded43d8
1 changed files with 6 additions and 1 deletions
|
@ -27,4 +27,9 @@
|
|||
-export([main/1]).
|
||||
|
||||
main(Args) ->
|
||||
rebar_core:run(Args).
|
||||
case catch(rebar_core:run(Args)) of
|
||||
ok ->
|
||||
ok;
|
||||
_ ->
|
||||
halt(1)
|
||||
end.
|
||||
|
|
Loading…
Reference in a new issue