diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-23 15:50:02 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-23 15:50:02 +0100 |
| commit | 8c225dffff5cb5608e6e2acb1e3f67c6041b9adf (patch) | |
| tree | d7769d4fd4845cc1d69df16d34a05e629908c571 /scripts/rabbitmq-plugins.bat | |
| parent | 005d9e704129f3c59b9c2a3ecf1a776c350fe45e (diff) | |
| download | rabbitmq-server-git-8c225dffff5cb5608e6e2acb1e3f67c6041b9adf.tar.gz | |
plugins-dist -> plugins
Diffstat (limited to 'scripts/rabbitmq-plugins.bat')
| -rwxr-xr-x | scripts/rabbitmq-plugins.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-plugins.bat b/scripts/rabbitmq-plugins.bat index 8455a7dc90..29ea6c2be2 100755 --- a/scripts/rabbitmq-plugins.bat +++ b/scripts/rabbitmq-plugins.bat @@ -39,7 +39,7 @@ if "!RABBITMQ_ENABLED_PLUGINS_FILE!"=="" ( set RABBITMQ_ENABLED_PLUGINS_FILE=!RABBITMQ_BASE!\enabled_plugins
)
-set RABBITMQ_PLUGINS_DIST_DIR=!TDP0!..\plugins-dist
+set RABBITMQ_PLUGINS_DIST_DIR=!TDP0!..\plugins
"!ERLANG_HOME!\bin\erl.exe" -pa "!TDP0!..\ebin" -noinput -hidden -sname rabbitmq-plugins!RANDOM! -s rabbit_plugins -enabled_plugins_file "!RABBITMQ_ENABLED_PLUGINS_FILE!" -plugins_dist_dir "!RABBITMQ_PLUGINS_DIST_DIR:\=/!" -extra !STAR!
|
