From a602cfc5934d0f9b6668105ee2721f846fc46aac Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 16 Aug 2014 08:49:41 -0500 Subject: replace logging with ec_cmd_log from erlware_commons --- bootstrap/bootstrap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 18a243f..1a1afcd 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -79,8 +79,10 @@ main(Args) -> %% Run rebar compile to do proper .app validation etc. %% and rebar escriptize to create the rebar script - RebarArgs = Args -- ["debug"], %% Avoid trying to run 'debug' command - rebar:main(["compile", "escriptize"] ++ RebarArgs), + %RebarArgs = Args -- ["debug"], %% Avoid trying to run 'debug' command + %rebar:main(["compile", "escriptize"] ++ RebarArgs), + + os:cmd("./bootstrap/rebar compile escriptize"), %% Finally, update executable perms for our script on *nix, %% or write out script files on win32. -- cgit v1.1