summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tar/write.c')
-rw-r--r--usr.bin/tar/write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tar/write.c b/usr.bin/tar/write.c
index 388a05c..7353439 100644
--- a/usr.bin/tar/write.c
+++ b/usr.bin/tar/write.c
@@ -614,7 +614,6 @@ write_hierarchy(struct bsdtar *bsdtar, struct archive *a, const char *path)
if (lst == NULL) {
/* Couldn't lstat(); must not exist. */
bsdtar_warnc(bsdtar, errno, "%s: Cannot stat", name);
- bsdtar->return_value = 1;
continue;
}
if (S_ISLNK(lst->st_mode))
OpenPOWER on IntegriCloud