summaryrefslogtreecommitdiff
path: root/src/rebar_file_utils.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-07-22 11:54:59 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-07-22 11:54:59 -0500
commit16bbb4744be3efea8993cb03071fcafb0085058b (patch)
treeca25da5d31341c6eeeea9c6435d190b3be72c565 /src/rebar_file_utils.erl
parentb393c8bc9b18de445745844b36af36dbd753f725 (diff)
parent9263b95f82d3451b7d80c63cf25f8c38d04e8316 (diff)
Merge pull request #635 from RJ/tidy-linking-message
Tidy up "Linking.." messages during compile
Diffstat (limited to 'src/rebar_file_utils.erl')
-rw-r--r--src/rebar_file_utils.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_file_utils.erl b/src/rebar_file_utils.erl
index da58c00..07c63f1 100644
--- a/src/rebar_file_utils.erl
+++ b/src/rebar_file_utils.erl
@@ -73,7 +73,7 @@ symlink_or_copy(Source, Target) ->
ok ->
ok;
{error, eexist} ->
- ok;
+ exists;
{error, _} ->
case os:type() of
{win32, _} ->