summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2012-07-04 12:12:25 +0100
committerTim Watson <tim@rabbitmq.com>2012-07-04 12:12:25 +0100
commitef4cc576c619c634c64c7bc0a460eecc689d9a4a (patch)
tree0d481fce6f9f52a5a50d9ac36feb92a727bf3b0c
parent84e49bdec97d860d356c95e5b7a44c5f1f8629ab (diff)
downloadrabbitmq-server-ef4cc576c619c634c64c7bc0a460eecc689d9a4a.tar.gz
cosmetic
-rwxr-xr-xcheck_xref10
1 files changed, 5 insertions, 5 deletions
diff --git a/check_xref b/check_xref
index a570b059..1e29dbd5 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()),