diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-29 15:11:00 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-09-29 15:11:00 +0100 |
| commit | c297eff1f1dd80a0c8f0db98248264fe9f0071dc (patch) | |
| tree | 81b2b999aff0028d0c87ddc3ddaced565b2bdb30 | |
| parent | 027c74b8f638df36427166b04067c113fad561e2 (diff) | |
| parent | 057727b1cfbc148018d742ba4fd4b15261195157 (diff) | |
| download | rabbitmq-server-git-c297eff1f1dd80a0c8f0db98248264fe9f0071dc.tar.gz | |
merge heads
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | src/rabbit_plugin_activator.erl | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ - TMPDIR ?= /tmp RABBITMQ_NODENAME ?= rabbit 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 |
