Ver código fonte

Remove dup quotation op

pull/1973/head
Bryan Paxton 6 anos atrás
pai
commit
7a9f88790e
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      src/rebar_file_utils.erl

+ 0
- 1
src/rebar_file_utils.erl Ver arquivo

@ -203,7 +203,6 @@ cp_r(Sources, Dest) ->
{false, _} ->
SourceStr
end,
EscSources = [rebar_utils:escape_chars(Src) || Src <- Sources],
% ensure destination exists before copying files into it
{ok, []} = rebar_utils:sh(?FMT("mkdir -p ~ts",
[rebar_utils:escape_chars(Dest)]),

Carregando…
Cancelar
Salvar