summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJared Kauppila <Jared@Kauppi.la>2015-07-29 11:37:42 -0500
committerJared Kauppila <Jared@Kauppi.la>2015-07-29 11:37:42 -0500
commit553a3995f3ea87005978c337dd511ab86869a671 (patch)
treef32a2c0798b00016ba154259e25e387059b533cf /scripts
parent633f6ca2459b020815313c5cb1aabaa90598889e (diff)
downloadrabbitmq-server-git-553a3995f3ea87005978c337dd511ab86869a671.tar.gz
Adding quotes to the !RABBITMQ_CONF_ENV_FILE! call
Added quotes around the call for the !RABBITMQ_CONF_ENV_FILE! file.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rabbitmq-env.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-env.bat b/scripts/rabbitmq-env.bat
index 8657f1e609..604260a0e4 100644
--- a/scripts/rabbitmq-env.bat
+++ b/scripts/rabbitmq-env.bat
@@ -35,7 +35,7 @@ REM set SERVER_ERL_ARGS=+P 1048576
REM ## Get configuration variables from the configure environment file
REM [ -f ${CONF_ENV_FILE} ] && . ${CONF_ENV_FILE} || true
if exist "!RABBITMQ_CONF_ENV_FILE!" (
- call !RABBITMQ_CONF_ENV_FILE!
+ call "!RABBITMQ_CONF_ENV_FILE!"
)
REM Check for the short names here too