Skip to content

Commit

Permalink
Merge bug25689 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon MacMullen committed Aug 6, 2013
2 parents e99bb3e + f7b891f commit 7ad66d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rabbit_misc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ os_cmd(Command) ->
{win32, _} ->
%% Clink workaround; see
%% http://code.google.com/p/clink/issues/detail?id=141
os:cmd(" " + Command);
os:cmd(" " ++ Command);
_ ->
%% Don't just return "/bin/sh: <cmd>: not found" if not found
Exec = hd(string:tokens(Command, " ")),
Expand Down

0 comments on commit 7ad66d0

Please sign in to comment.