Преглед изворни кода

Remove dup quotation op

pull/1973/head
Bryan Paxton пре 6 година
родитељ
комит
7a9f88790e
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      src/rebar_file_utils.erl

+ 0
- 1
src/rebar_file_utils.erl Прегледај датотеку

@ -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)]),

Loading…
Откажи
Сачувај