(update_archive): Exclude pathnames if any of their components are excluded.

This commit is contained in:
Paul Eggert
1999-07-17 01:49:35 +00:00
parent d8f0da985a
commit 8ae9f94ce2

View File

@@ -188,6 +188,8 @@ update_archive (void)
while (path = name_from_list (), path)
{
if (excluded_pathname (excluded, path))
continue;
if (interactive_option && !confirm ("add", path))
continue;
if (subcommand_option == CAT_SUBCOMMAND)