diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-28 18:11:00 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-28 18:11:00 +0100 |
| commit | 48b89f2b80a16395c6976514ba45b2c3633fe6e1 (patch) | |
| tree | 6cc323ccaa7781f3da9d4b319851987da1fbb6c1 | |
| parent | f18e91e08b265c952b1d46b9d1b49e8216d3ab47 (diff) | |
| parent | ff3b2320ad304a7d125db914bcdf53c43ef05434 (diff) | |
| download | rabbitmq-server-git-48b89f2b80a16395c6976514ba45b2c3633fe6e1.tar.gz | |
merge bug22141 into default
| -rw-r--r-- | src/rabbit_plugin_activator.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugin_activator.erl b/src/rabbit_plugin_activator.erl index b23776cd74..c38ef8d2f8 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 |
