diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-12-14 16:16:06 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-01-26 11:29:43 +0100 |
| commit | 0cf09727a63b0e31e6e8487857c0d5b4134060ae (patch) | |
| tree | ab2ee32bc99684530eaddd19cd1cfd560b686476 /scripts/rabbitmq-plugins.bat | |
| parent | 4fdacff37dba18e553c8f37c5c43f87de03b793d (diff) | |
| download | rabbitmq-server-git-0cf09727a63b0e31e6e8487857c0d5b4134060ae.tar.gz | |
Use RABBITMQ_HOME to set the path to RabbitMQ ebin directory
Compared to the script's parent directory (stored in TDP0),
RABBITMQ_HOME is converted to a short filename to avoid non-ASCII in the
path.
Fixes #493.
Diffstat (limited to 'scripts/rabbitmq-plugins.bat')
| -rw-r--r-- | 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 be938f0785..c270d5d945 100644 --- a/scripts/rabbitmq-plugins.bat +++ b/scripts/rabbitmq-plugins.bat @@ -46,7 +46,7 @@ if not defined ERL_CRASH_DUMP_SECONDS ( )
"!ERLANG_HOME!\bin\erl.exe" ^
--pa "!TDP0!..\ebin" ^
+-pa "!RABBITMQ_HOME!\ebin" ^
-noinput ^
-hidden ^
!RABBITMQ_CTL_ERL_ARGS! ^
|
