diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2012-06-22 12:57:51 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2012-06-22 12:57:51 +0100 |
| commit | 76a48b9568f8ab36b0c5630c87d341b0dba06682 (patch) | |
| tree | e84e98514858f3ba14f68d5b1e00f13556baf1ee | |
| parent | 44343424af454fcd9995aca011fc958a96259aa7 (diff) | |
| download | rabbitmq-server-git-76a48b9568f8ab36b0c5630c87d341b0dba06682.tar.gz | |
Remove whitespace
| -rwxr-xr-x | scripts/rabbitmq-plugins.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/rabbitmq-plugins.bat b/scripts/rabbitmq-plugins.bat index 3c26872671..c67a0263f6 100755 --- a/scripts/rabbitmq-plugins.bat +++ b/scripts/rabbitmq-plugins.bat @@ -43,9 +43,9 @@ if "!RABBITMQ_ENABLED_PLUGINS_FILE!"=="" ( set RABBITMQ_ENABLED_PLUGINS_FILE=!RABBITMQ_BASE!\enabled_plugins
)
-if "!RABBITMQ_PLUGINS_DIR!"=="" (
- set RABBITMQ_PLUGINS_DIR=!TDP0!..\plugins
-)
+if "!RABBITMQ_PLUGINS_DIR!"=="" (
+ set RABBITMQ_PLUGINS_DIR=!TDP0!..\plugins
+)
"!ERLANG_HOME!\bin\erl.exe" -pa "!TDP0!..\ebin" -noinput -hidden -sname rabbitmq-plugins!RANDOM! -s rabbit_plugins_main -enabled_plugins_file "!RABBITMQ_ENABLED_PLUGINS_FILE!" -plugins_dist_dir "!RABBITMQ_PLUGINS_DIR:\=/!" -extra !STAR!
|
