diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2015-01-16 15:59:06 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2015-01-16 15:59:06 +0300 |
| commit | b2b6ce51f8d94dab9b3162db524ea1a4ca8ce4b7 (patch) | |
| tree | 2756d1428b48fe5c46f360571e88688cc99444d9 /scripts/rabbitmq-plugins | |
| parent | 7346bfbabed632077e8c1f6974811b9b541bfc72 (diff) | |
| parent | ab8e9607153020a34345c60d124bd385c55f6f02 (diff) | |
| download | rabbitmq-server-git-b2b6ce51f8d94dab9b3162db524ea1a4ca8ce4b7.tar.gz | |
merge bug26426 into default
Diffstat (limited to 'scripts/rabbitmq-plugins')
| -rwxr-xr-x | scripts/rabbitmq-plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins index 29c4b0c86a..22fec32f0a 100755 --- a/scripts/rabbitmq-plugins +++ b/scripts/rabbitmq-plugins @@ -19,11 +19,11 @@ # Non-empty defaults should be set in rabbitmq-env . `dirname $0`/rabbitmq-env +RABBITMQ_USE_LONGNAME=${RABBITMQ_USE_LONGNAME} \ exec ${ERL_DIR}erl \ -pa "${RABBITMQ_HOME}/ebin" \ -noinput \ -hidden \ - ${RABBITMQ_NAME_TYPE} rabbitmq-plugins$$ \ -boot "${CLEAN_BOOT_FILE}" \ -s rabbit_plugins_main \ -enabled_plugins_file "$RABBITMQ_ENABLED_PLUGINS_FILE" \ |
