diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2014-10-17 17:19:40 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2014-10-17 17:19:40 +0100 |
commit | 734588817c28fa8bab580eb0ee61d62e2f94d124 (patch) | |
tree | a52b86c4d796d73db7f584e5d101bc72beeb13cd /scripts/rabbitmq-plugins.bat | |
parent | 3bec5bb023e7ae5021bc2f21ed5dcbb1a94ea2a6 (diff) | |
download | rabbitmq-server-bug18626.tar.gz |
Correct how to refer to environment variables.bug18626
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 1fc0e733..1ed648b0 100755 --- a/scripts/rabbitmq-plugins.bat +++ b/scripts/rabbitmq-plugins.bat @@ -63,7 +63,7 @@ if "!RABBITMQ_PLUGINS_DIR!"=="" ( set RABBITMQ_PLUGINS_DIR=!TDP0!..\plugins
)
-"!ERLANG_HOME!\bin\erl.exe" -pa "!TDP0!..\ebin" -noinput -hidden %RABBITMQ_NAME_TYPE% rabbitmq-plugins!RANDOM!!TIME:~9! -s rabbit_plugins_main -enabled_plugins_file "!RABBITMQ_ENABLED_PLUGINS_FILE!" -plugins_dist_dir "!RABBITMQ_PLUGINS_DIR:\=/!" -nodename !RABBITMQ_NODENAME! -extra !STAR!
+"!ERLANG_HOME!\bin\erl.exe" -pa "!TDP0!..\ebin" -noinput -hidden !RABBITMQ_NAME_TYPE! rabbitmq-plugins!RANDOM!!TIME:~9! -s rabbit_plugins_main -enabled_plugins_file "!RABBITMQ_ENABLED_PLUGINS_FILE!" -plugins_dist_dir "!RABBITMQ_PLUGINS_DIR:\=/!" -nodename !RABBITMQ_NODENAME! -extra !STAR!
endlocal
endlocal
|