diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rabbitmq-env.bat | 2 |
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 |
