diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2007-03-15 10:11:38 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2007-03-15 10:11:38 +0000 |
| commit | 5e85b65e97df011f104e47f16be9444cb5f87f45 (patch) | |
| tree | 4d0ea6b1dec931c619c4d1e8cf058d610bbb284b /usr.bin/tar | |
| parent | 851f70328e8c991192044d52db5d8524dc1fae0b (diff) | |
Notes
Diffstat (limited to 'usr.bin/tar')
| -rw-r--r-- | usr.bin/tar/write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tar/write.c b/usr.bin/tar/write.c index 388a05ccfbca..735343959fa4 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)) |
