]> Dogcows Code - chaz/tar/commitdiff
Fix --remove-files in update/append mode.
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 27 Aug 2010 12:36:24 +0000 (15:36 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 27 Aug 2010 12:36:24 +0000 (15:36 +0300)
* src/update.c (update_archive): Call finish_deferred_unlinks when
done.

src/update.c

index d00e8d600d7feef31af3f44e232d2358cfe6bbf2..73b9d5317c2ad7b67b7fb41aa7cb302a47504ff1 100644 (file)
@@ -230,5 +230,6 @@ update_archive (void)
 
   write_eot ();
   close_archive ();
+  finish_deferred_unlinks ();
   names_notfound ();
 }
This page took 0.018688 seconds and 4 git commands to generate.