diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-11-25 16:03:14 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-11-25 16:03:14 -0700 |
commit | e52bb6783c34e1bacd419d787ee8fbad0a394624 (patch) | |
tree | bdc0a2025deb4ed514dc4e35985fc730b6f6c4c9 /priv | |
parent | b7e2088c273708bd5ce46b3c135c20f2229c7ccf (diff) |
Getting basic erlang compilation working
Diffstat (limited to 'priv')
-rwxr-xr-x | priv/rebar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |