diff options
| author | Tim Watson <tim@rabbitmq.com> | 2012-07-04 12:12:25 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2012-07-04 12:12:25 +0100 |
| commit | 62a377a75c47ccfd31a12c275d1618b78b9a057d (patch) | |
| tree | 0d481fce6f9f52a5a50d9ac36feb92a727bf3b0c | |
| parent | dbdca3fc6b3fc939f7c1303ae5ed18aca7de437c (diff) | |
| download | rabbitmq-server-git-62a377a75c47ccfd31a12c275d1618b78b9a057d.tar.gz | |
cosmetic
| -rwxr-xr-x | check_xref | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/check_xref b/check_xref index a570b05926..1e29dbd512 100755 --- a/check_xref +++ b/check_xref @@ -89,11 +89,11 @@ check(Cwd, PluginsDir, LibDir, Checks) -> end || Plugin <- Plugins, lists:suffix(".ez", Plugin)], - RabbitAppEbin = filename:join([LibDir, "rabbit", "ebin"]), - filelib:ensure_dir(filename:join(RabbitAppEbin, "foo")), - {ok, Beams} = file:list_dir("ebin"), - [{ok, _} = file:copy(filename:join("ebin", Beam), - filename:join(RabbitAppEbin, Beam)) || Beam <- Beams], + RabbitAppEbin = filename:join([LibDir, "rabbit", "ebin"]), + filelib:ensure_dir(filename:join(RabbitAppEbin, "foo")), + {ok, Beams} = file:list_dir("ebin"), + [{ok, _} = file:copy(filename:join("ebin", Beam), + filename:join(RabbitAppEbin, Beam)) || Beam <- Beams], xref:start(?MODULE), xref:set_default(?MODULE, [{verbose, false}, {warnings, false}]), xref:set_library_path(?MODULE, code:get_path()), |
