mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-24 18:41:32 +00:00
Take regexps into account
This commit is contained in:
@@ -601,7 +601,7 @@ names_done ()
|
||||
{
|
||||
struct name const *cursor;
|
||||
for (cursor = namelist; cursor; cursor = cursor->next)
|
||||
if (!cursor->found && !cursor->fake)
|
||||
if (cursor->regexp || (!cursor->found && !cursor->fake))
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user