]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
checkpoint actions: further improvements.
[chaz/tar] / src / tar.c
index 6fb9277fdda95cfbfecc0f81137b737bbc0c8c2e..300a83428ce926386e641647c1582d1fe69d03e9 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -2623,6 +2623,8 @@ main (int argc, char **argv)
 
   exit_failure = TAREXIT_FAILURE;
   exit_status = TAREXIT_SUCCESS;
+  error_hook = checkpoint_flush_actions;
+  
   filename_terminator = '\n';
   set_quoting_style (0, DEFAULT_QUOTING_STYLE);
 
@@ -2696,6 +2698,8 @@ main (int argc, char **argv)
       test_archive_label ();
     }
 
+  checkpoint_finish ();
+  
   if (totals_option)
     print_total_stats ();
 
This page took 0.020249 seconds and 4 git commands to generate.