Fix warning

This commit is contained in:
Tuncer Ayaz 2011-01-31 19:11:50 +01:00
parent c466076ffb
commit 7710ab0d9f

View file

@ -23,7 +23,7 @@ files() ->
{copy, "c.hrl", "repo/c/include/c.hrl"}
].
run(Dir) ->
run(_Dir) ->
%% Initialize the b/c apps as mercurial repos so that dependencies pull
%% properly
HgCmd = "/bin/sh -c \"hg init && hg add && hg commit -m 'Initial commit'\"",