Skip to content

Commit 2c6edde

Browse files
Manually re-apply #1269
1 parent 836ae26 commit 2c6edde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rabbitmq-env.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ exit /b
407407

408408
:filter_path
409409
REM Ensure ERL_LIBS begins with valid path
410-
IF [%ERL_LIBS%] EQU [] (
410+
IF "%ERL_LIBS%"=="" (
411411
set ERL_LIBS=%~dps1%~n1%~x1
412412
) else (
413413
set ERL_LIBS=%ERL_LIBS%;%~dps1%~n1%~x1

0 commit comments

Comments
 (0)