diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-02-25 21:19:16 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-02-25 21:19:16 +0300 |
| commit | 484322f97fbc64469b4c2d25b197a399919bf74a (patch) | |
| tree | b706a6acde48673678aba802eca93bf54295e01b /scripts/rabbitmq-plugins.bat | |
| parent | bdf92102a7094a2c80e2bb52ea2cc69226795f36 (diff) | |
| download | rabbitmq-server-git-484322f97fbc64469b4c2d25b197a399919bf74a.tar.gz | |
When ERLANG_HOME is not set, exit with code 1
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 a5b441ce17..01a64c99e5 100755 --- a/scripts/rabbitmq-plugins.bat +++ b/scripts/rabbitmq-plugins.bat @@ -44,7 +44,7 @@ if not exist "!ERLANG_HOME!\bin\erl.exe" ( echo Please either set ERLANG_HOME to point to your Erlang installation or place the
echo RabbitMQ server distribution in the Erlang lib folder.
echo.
- exit /B
+ exit /B 1
)
if "!RABBITMQ_ENABLED_PLUGINS_FILE!"=="" (
|
