summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-11-25 16:03:14 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-11-25 16:03:14 -0700
commite52bb6783c34e1bacd419d787ee8fbad0a394624 (patch)
treebdc0a2025deb4ed514dc4e35985fc730b6f6c4c9 /priv
parentb7e2088c273708bd5ce46b3c135c20f2229c7ccf (diff)
Getting basic erlang compilation working
Diffstat (limited to 'priv')
-rwxr-xr-xpriv/rebar2
1 files changed, 1 insertions, 1 deletions
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.