diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-19 13:39:56 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-19 13:39:56 +0100 |
| commit | 40fc81848bdbe38456890cc37f946919b8caa76f (patch) | |
| tree | fd9e00b2718caf83035780d0d27f981ab014e132 /scripts/rabbitmq-plugin | |
| parent | 2dbd7b51439827b62ee7bdd9c94fa0d69be2d119 (diff) | |
| download | rabbitmq-server-git-40fc81848bdbe38456890cc37f946919b8caa76f.tar.gz | |
rename provided_plugins to plugins-dist
Diffstat (limited to 'scripts/rabbitmq-plugin')
| -rwxr-xr-x | scripts/rabbitmq-plugin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-plugin b/scripts/rabbitmq-plugin index 4583873072..d6cf2befa4 100755 --- a/scripts/rabbitmq-plugin +++ b/scripts/rabbitmq-plugin @@ -19,7 +19,7 @@ [ "x" = "x$RABBITMQ_PLUGINS_DIR" ] && RABBITMQ_PLUGINS_DIR="${RABBITMQ_HOME}/plugins" -[ "x" = "x$RABBITMQ_PLUGINS_DIST_DIR" ] && RABBITMQ_PLUGINS_DIST_DIR="${RABBITMQ_HOME}/provided_plugins" +[ "x" = "x$RABBITMQ_PLUGINS_DIST_DIR" ] && RABBITMQ_PLUGINS_DIST_DIR="${RABBITMQ_HOME}/plugins-dist" exec erl \ -pa "${RABBITMQ_HOME}/ebin" \ |
