diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_misc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl index e9fe81341d..bca9d5ce75 100644 --- a/src/rabbit_misc.erl +++ b/src/rabbit_misc.erl @@ -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, " ")), |
