diff options
| author | David Wragg <dpw@lshift.net> | 2010-02-09 16:56:33 +0000 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2010-02-09 16:56:33 +0000 |
| commit | ff0a705ca9614aeb8b8289f6fd324296d816e702 (patch) | |
| tree | 04c9eb952468e18380be740c12c4f2ace2fe9538 /packaging | |
| parent | 043e943a46523a2bd50efed1faf0829fc26a8a24 (diff) | |
| download | rabbitmq-server-git-ff0a705ca9614aeb8b8289f6fd324296d816e702.tar.gz | |
Fix rabbitmq-multi issue with parentheses in path
rabbitmq-multi would fail to start rabbitmq-server.bat if the path had
parentheses in the first few characters of a path component (but not
after the few few characters, due to short names being involved; so
cases such as 'Program Files (x86)' do not trigger the issue).
This fix makes rabbitmq-multi run rabbitmq-server.bat indirectly via
cmd.exe, working around the erlang issue from bug20526. So we no
longer need to involve short names, and by sprinkling double quotes in
the right places we can handle parentheses too.
To test this properly you need a path component with both spaces and
parentheses in the first few characters, e.g. "foo ()".
Diffstat (limited to 'packaging')
0 files changed, 0 insertions, 0 deletions
