diff options
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/tar.c b/archival/tar.c index fbe5e3be8..d0684b69e 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -1279,6 +1279,8 @@ int tar_main(int argc UNUSED_PARAM, char **argv) | |||
1279 | while (get_header_tar(tar_handle) == EXIT_SUCCESS) | 1279 | while (get_header_tar(tar_handle) == EXIT_SUCCESS) |
1280 | bb_got_signal = EXIT_SUCCESS; /* saw at least one header, good */ | 1280 | bb_got_signal = EXIT_SUCCESS; /* saw at least one header, good */ |
1281 | 1281 | ||
1282 | create_symlinks_from_list(tar_handle->symlink_placeholders); | ||
1283 | |||
1282 | /* Check that every file that should have been extracted was */ | 1284 | /* Check that every file that should have been extracted was */ |
1283 | while (tar_handle->accept) { | 1285 | while (tar_handle->accept) { |
1284 | if (!find_list_entry(tar_handle->reject, tar_handle->accept->data) | 1286 | if (!find_list_entry(tar_handle->reject, tar_handle->accept->data) |