Browse Source

Fix warning

pull/3/head
Tuncer Ayaz 14 years ago
parent
commit
7710ab0d9f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inttest/tdeps1/tdeps1_rt.erl

+ 1
- 1
inttest/tdeps1/tdeps1_rt.erl 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'\"",

Loading…
Cancel
Save