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
commit5356d0f3e360525ec7f479a8dbdec35e87103541 (patch)
tree5c3a4a7457846d07352226c48cd62907398a20cd
parent6cd0e375a48c6b38dbdfae0b65368f79e2ab3215 (diff)
downloadrabbitmq-server-git-5356d0f3e360525ec7f479a8dbdec35e87103541.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 8da9bf70cc..8bef4ad266 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 %*