mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-29 04:37:03 +00:00
(dump_dir0): Bugfix. Thanks Piotr Czerwinski <pius@pld-linux.org> for the patch.
This commit is contained in:
@@ -981,9 +981,11 @@ dump_dir0 (char *directory,
|
||||
return;
|
||||
}
|
||||
}
|
||||
else if (!recursion_option)
|
||||
|
||||
if (!recursion_option)
|
||||
return;
|
||||
else if (one_file_system_option
|
||||
|
||||
if (one_file_system_option
|
||||
&& !top_level
|
||||
&& parent_device != stat->stat.st_dev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user