We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04cb67 commit 079ac7fCopy full SHA for 079ac7f
scripts/rabbitmq-env.bat
@@ -386,8 +386,8 @@ goto :filter_paths_done
386
set paths=%1
387
set paths=%paths:"=%
388
for /f "tokens=1* delims=;" %%a in ("%paths%") do (
389
- if not "%%a" == "" call :filter_path %%a
390
- if not "%%b" == "" call :filter_paths %%b
+ if not "%%a" == "" call :filter_path "%%a"
+ if not "%%b" == "" call :filter_paths "%%b"
391
)
392
set paths=
393
exit /b
0 commit comments