Skip to content

Commit

Permalink
Fix embarassment perpetrated in 97f0e3842c04.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon MacMullen committed Aug 6, 2013
1 parent 76cb6f9 commit f7b891f
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 @@ -977,7 +977,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 f7b891f

Please sign in to comment.