summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuke Bakken <lbakken@pivotal.io>2020-06-08 10:36:04 -0700
committerGitHub <noreply@github.com>2020-06-08 10:36:04 -0700
commit733736879c78900cc260548b4587ea86a4f67711 (patch)
treec510245226fa3f8b9f1187ce0eb84bca3a5d4f95 /scripts
parent90825a5ca8d8b67019e2331041f2c86431a8f8b0 (diff)
parent7de370fefab77a28caeccdbfde629ccccc51932c (diff)
downloadrabbitmq-server-git-733736879c78900cc260548b4587ea86a4f67711.tar.gz
Merge pull request #2371 from twjs76/support_paths_with_brackets
Support RABBITMQ_HOME paths containing brackets on windows
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rabbitmq-env.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rabbitmq-env.bat b/scripts/rabbitmq-env.bat
index a8717070f2..a326ca802a 100644
--- a/scripts/rabbitmq-env.bat
+++ b/scripts/rabbitmq-env.bat
@@ -15,9 +15,9 @@ set SCRIPT_NAME=%1
for /f "delims=" %%F in ("%SCRIPT_DIR%..") do set RABBITMQ_HOME=%%~dpF%%~nF%%~xF
if defined ERL_LIBS (
- set ERL_LIBS=%RABBITMQ_HOME%\plugins;%ERL_LIBS%
+ set "ERL_LIBS=%RABBITMQ_HOME%\plugins;%ERL_LIBS%"
) else (
- set ERL_LIBS=%RABBITMQ_HOME%\plugins
+ set "ERL_LIBS=%RABBITMQ_HOME%\plugins"
)
REM If ERLANG_HOME is not defined, check if "erl.exe" is available in