merge ssh://hg@bitbucket.org/basho/rebar

This commit is contained in:
Bob Ippolito 2010-05-15 13:59:33 -07:00
commit 35a928ecf2

View file

@ -435,7 +435,7 @@ apply_commands([], _Modules, _Config, _ModuleFile) ->
apply_commands([Command | Rest], Modules, Config, ModuleFile) ->
case select_modules(Modules, Command, []) of
[] ->
?CONSOLE("WARNING: '~p' command does not apply to directory ~s\n",
?WARN("'~p' command does not apply to directory ~s\n",
[Command, rebar_utils:get_cwd()]),
apply_commands(Rest, Modules, Config, ModuleFile);
TargetModules ->