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.
2 parents e99bb3e + f7b891f commit 7ad66d0Copy full SHA for 7ad66d0
src/rabbit_misc.erl
@@ -975,7 +975,7 @@ os_cmd(Command) ->
975
{win32, _} ->
976
%% Clink workaround; see
977
%% http://code.google.com/p/clink/issues/detail?id=141
978
- os:cmd(" " + Command);
+ os:cmd(" " ++ Command);
979
_ ->
980
%% Don't just return "/bin/sh: <cmd>: not found" if not found
981
Exec = hd(string:tokens(Command, " ")),
0 commit comments