Fix --remove-files in update/append mode.

* src/update.c (update_archive): Call finish_deferred_unlinks when
done.
This commit is contained in:
Sergey Poznyakoff
2010-08-27 15:36:24 +03:00
parent 0adf4027f5
commit 45a574151a

View File

@@ -230,5 +230,6 @@ update_archive (void)
write_eot ();
close_archive ();
finish_deferred_unlinks ();
names_notfound ();
}