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 9ed3821d5..415ebde0d 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -1244,6 +1244,8 @@ int tar_main(int argc UNUSED_PARAM, char **argv) | |||
1244 | while (get_header_tar(tar_handle) == EXIT_SUCCESS) | 1244 | while (get_header_tar(tar_handle) == EXIT_SUCCESS) |
1245 | bb_got_signal = EXIT_SUCCESS; /* saw at least one header, good */ | 1245 | bb_got_signal = EXIT_SUCCESS; /* saw at least one header, good */ |
1246 | 1246 | ||
1247 | create_symlinks_from_list(tar_handle->symlink_placeholders); | ||
1248 | |||
1247 | /* Check that every file that should have been extracted was */ | 1249 | /* Check that every file that should have been extracted was */ |
1248 | while (tar_handle->accept) { | 1250 | while (tar_handle->accept) { |
1249 | if (!find_list_entry(tar_handle->reject, tar_handle->accept->data) | 1251 | if (!find_list_entry(tar_handle->reject, tar_handle->accept->data) |