summaryrefslogtreecommitdiff
path: root/src/rebar_utils.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_utils.erl')
-rw-r--r--src/rebar_utils.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl
index c65a99d..792c54f 100644
--- a/src/rebar_utils.erl
+++ b/src/rebar_utils.erl
@@ -75,7 +75,7 @@ get_arch() ->
%% Val = string() | false
%%
sh(Command0, Options0) ->
- ?INFO("sh: ~s\n~p\n", [Command0, Options0]),
+ ?INFO("sh info:\n\tcwd: ~p\n\tcmd: ~s\n\topts: ~p\n", [get_cwd(), Command0, Options0]),
DefaultOptions = [use_stdout, abort_on_error],
Options = [expand_sh_flag(V)