From e52bb6783c34e1bacd419d787ee8fbad0a394624 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Wed, 25 Nov 2009 16:03:14 -0700 Subject: Getting basic erlang compilation working --- priv/rebar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv') diff --git a/priv/rebar b/priv/rebar index b30a722..f911966 100755 --- a/priv/rebar +++ b/priv/rebar @@ -136,7 +136,7 @@ apply_command([{Type, Dir, File} | Rest], Command) -> ok -> apply_command(Rest, Command); Other -> - ?CONSOLE("Execution of ~p failed while processing ~s: ~p", [Command, Dir, Other]) + ?CONSOLE("~p failed while processing ~s: ~p", [Command, Dir, Other]) end. -- cgit v1.1