diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-06-17 05:36:46 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-06-17 05:36:46 +0300 |
| commit | 2c6edde9bfa44f55d1bda038b854194c9b552364 (patch) | |
| tree | 365eb060b14a7dac9367b4fc7e38be1344336898 | |
| parent | 836ae267e6a959a0243de38ce0ae4200f935b446 (diff) | |
| download | rabbitmq-server-git-2c6edde9bfa44f55d1bda038b854194c9b552364.tar.gz | |
Manually re-apply #1269
| -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 7a38aa0b37..072115f7ff 100644 --- a/scripts/rabbitmq-env.bat +++ b/scripts/rabbitmq-env.bat @@ -407,7 +407,7 @@ exit /b :filter_path
REM Ensure ERL_LIBS begins with valid path
-IF [%ERL_LIBS%] EQU [] (
+IF "%ERL_LIBS%"=="" (
set ERL_LIBS=%~dps1%~n1%~x1
) else (
set ERL_LIBS=%ERL_LIBS%;%~dps1%~n1%~x1
|
