Skip to content

Commit 71dc7d3

Browse files
author
Matthias Radestock
committed
convert script home path to short name notation
due to a bug in OTP that results in 'spawn' being unable to handle paths with spaces. See http://erlang.org/pipermail/erlang-patches/2008-August/000267.html
1 parent c508660 commit 71dc7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rabbitmq-multi.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if "%RABBITMQ_NODE_PORT%"=="" (
4747
)
4848

4949
set RABBITMQ_PIDS_FILE=%RABBITMQ_BASE%\rabbitmq.pids
50-
set RABBITMQ_SCRIPT_HOME=%~dp0%
50+
set RABBITMQ_SCRIPT_HOME=%~sdp0%
5151

5252
if "%ERLANG_HOME%"=="" (
5353
set ERLANG_HOME=%~dp0%..\..\..

0 commit comments

Comments
 (0)