Browse Source

Remove dup quotation op

pull/1973/head
Bryan Paxton 6 years ago
parent
commit
7a9f88790e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/rebar_file_utils.erl

+ 0
- 1
src/rebar_file_utils.erl View File

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

Loading…
Cancel
Save