mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Fix warning
This commit is contained in:
parent
c466076ffb
commit
7710ab0d9f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ files() ->
|
||||||
{copy, "c.hrl", "repo/c/include/c.hrl"}
|
{copy, "c.hrl", "repo/c/include/c.hrl"}
|
||||||
].
|
].
|
||||||
|
|
||||||
run(Dir) ->
|
run(_Dir) ->
|
||||||
%% Initialize the b/c apps as mercurial repos so that dependencies pull
|
%% Initialize the b/c apps as mercurial repos so that dependencies pull
|
||||||
%% properly
|
%% properly
|
||||||
HgCmd = "/bin/sh -c \"hg init && hg add && hg commit -m 'Initial commit'\"",
|
HgCmd = "/bin/sh -c \"hg init && hg add && hg commit -m 'Initial commit'\"",
|
||||||
|
|
Loading…
Reference in a new issue