summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-09-28 18:11:00 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-09-28 18:11:00 +0100
commit823cbc58efb6b72986913b917553b5dc6934c1ad (patch)
tree6cc323ccaa7781f3da9d4b319851987da1fbb6c1
parentf2e188bbc4a9d8a3cc147275427adb284d5f0505 (diff)
parentba113a6c437d2a31f38a0e09c7d0b1ed8744c4f8 (diff)
downloadrabbitmq-server-823cbc58efb6b72986913b917553b5dc6934c1ad.tar.gz
merge bug22141 into default
-rw-r--r--src/rabbit_plugin_activator.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugin_activator.erl b/src/rabbit_plugin_activator.erl
index b23776cd..c38ef8d2 100644
--- a/src/rabbit_plugin_activator.erl
+++ b/src/rabbit_plugin_activator.erl
@@ -90,7 +90,7 @@ start() ->
%% Compile the script
ScriptFile = RootName ++ ".script",
- case systools:make_script(RootName, [local, silent]) of
+ case systools:make_script(RootName, [local, silent, exref]) of
{ok, Module, Warnings} ->
%% This gets lots of spurious no-source warnings when we
%% have .ez files, so we want to supress them to prevent