summaryrefslogtreecommitdiffstats
path: root/object-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'object-file.c')
-rw-r--r--object-file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/object-file.c b/object-file.c
index e2fa1be303..c1bd746d9e 100644
--- a/object-file.c
+++ b/object-file.c
@@ -1982,8 +1982,7 @@ static int check_collision(const char *source, const char *dest)
fd_source = open(source, O_RDONLY);
if (fd_source < 0) {
- if (errno != ENOENT)
- ret = error_errno(_("unable to open %s"), source);
+ ret = error_errno(_("unable to open %s"), source);
goto out;
}