summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Jones <pauljones23@gmail.com>2009-07-24 21:04:51 +0100
committerPaul Jones <pauljones23@gmail.com>2009-07-24 21:04:51 +0100
commita23790a0c34fa2d5e1c9cbab892a6888ba550f63 (patch)
tree5c3a4a7457846d07352226c48cd62907398a20cd
parentc8ef29dcc896a30ab30ca9e14adfb3923d5bc389 (diff)
downloadrabbitmq-server-a23790a0c34fa2d5e1c9cbab892a6888ba550f63.tar.gz
Fixed variable name - changed from UNPACKED to EXPAND for consistency
-rw-r--r--scripts/activate-plugins.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/activate-plugins.bat b/scripts/activate-plugins.bat
index 8da9bf70..8bef4ad2 100644
--- a/scripts/activate-plugins.bat
+++ b/scripts/activate-plugins.bat
@@ -47,7 +47,7 @@ if not exist "%ERLANG_HOME%\bin\erl.exe" (
)
set RABBITMQ_PLUGINS_DIR="%~dp0..\plugins"
-set RABBITMQ_PLUGINS_UNPACKED_DIR="%~dp0..\priv\plugins"
+set RABBITMQ_PLUGINS_EXPAND_DIR="%~dp0..\priv\plugins"
set RABBITMQ_EBIN_DIR="%~dp0..\ebin"
-"%ERLANG_HOME%\bin\erl.exe" -pa "%~dp0..\ebin" -noinput -hidden -s rabbit_plugin_activator -rabbit plugins_dir \"%RABBITMQ_PLUGINS_DIR:\=/%\" -rabbit plugins_expand_dir \"%RABBITMQ_PLUGINS_EXPAND_DIR:\=/%\" -rabbit rabbit_ebin \"%RABBITMQ_EBIN_DIR:\=/%\" -extra %* \ No newline at end of file
+"%ERLANG_HOME%\bin\erl.exe" -pa "%~dp0..\ebin" -noinput -hidden -s rabbit_plugin_activator -rabbit plugins_dir \"%RABBITMQ_PLUGINS_DIR:\=/%\" -rabbit plugins_expand_dir \"%RABBITMQ_PLUGINS_EXPAND_DIR:\=/%\" -rabbit rabbit_ebin \"%RABBITMQ_EBIN_DIR:\=/%\" -extra %*