diff options
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index a8b888fa9..ae1ccc756 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -1244,7 +1244,7 @@ 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); | 1247 | create_links_from_list(tar_handle->link_placeholders); |
1248 | 1248 | ||
1249 | /* Check that every file that should have been extracted was */ | 1249 | /* Check that every file that should have been extracted was */ |
1250 | while (tar_handle->accept) { | 1250 | while (tar_handle->accept) { |