mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-08-31 13:17:07 +00:00
(maybe_recoverable): Treat OVERWRITE_OLD_DIRS like DEFAULT_OLD_FILES.
This commit is contained in:
@@ -454,6 +454,7 @@ maybe_recoverable (char *file_name, int *interdir_made)
|
||||
return 0;
|
||||
|
||||
case DEFAULT_OLD_FILES:
|
||||
case OVERWRITE_OLD_DIRS:
|
||||
case OVERWRITE_OLD_FILES:
|
||||
{
|
||||
int r = remove_any_file (file_name, 0);
|
||||
|
||||
Reference in New Issue
Block a user