diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-01-31 19:11:50 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-01-31 19:11:50 +0100 |
commit | 7710ab0d9f5be0833179d08d6eeb5da53ac1ed36 (patch) | |
tree | 6c743797b439d2ef62321e093b72d666f6665122 /inttest/tdeps1 | |
parent | c466076ffb5a1ea4c00d49fefff0dcfbceb58236 (diff) |
Fix warning
Diffstat (limited to 'inttest/tdeps1')
-rw-r--r-- | inttest/tdeps1/tdeps1_rt.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/tdeps1/tdeps1_rt.erl b/inttest/tdeps1/tdeps1_rt.erl index 690e273..9072e9c 100644 --- a/inttest/tdeps1/tdeps1_rt.erl +++ b/inttest/tdeps1/tdeps1_rt.erl @@ -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'\"", |