2010-11-09 15:34:30 +01:00
|
|
|
Index: tar-1.25/src/names.c
|
2008-11-21 15:53:43 +01:00
|
|
|
===================================================================
|
2010-11-09 15:34:30 +01:00
|
|
|
--- tar-1.25.orig/src/names.c
|
|
|
|
+++ tar-1.25/src/names.c
|
|
|
|
@@ -970,10 +970,6 @@ collect_and_sort_names (void)
|
|
|
|
|
2010-03-26 02:16:17 +01:00
|
|
|
if (name->found_count || name->directory)
|
2008-11-21 15:53:43 +01:00
|
|
|
continue;
|
|
|
|
- if (name->matching_flags & EXCLUDE_WILDCARDS)
|
|
|
|
- /* NOTE: EXCLUDE_ANCHORED is not relevant here */
|
|
|
|
- /* FIXME: just skip regexps for now */
|
|
|
|
- continue;
|
|
|
|
chdir_do (name->change_dir);
|
2010-03-26 02:16:17 +01:00
|
|
|
|
2008-11-21 15:53:43 +01:00
|
|
|
if (name->name[0] == 0)
|