SHA256
3
0
forked from pool/tar
tar/tar-wildcards.patch
Michal Seben 5e292cf8d8 Accepting request 35363 from home:mseben:branches:Base:System
Copy from home:mseben:branches:Base:System/tar via accept of submit request 35363 revision 5.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/35363
OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=15
2010-03-19 12:52:28 +00:00

16 lines
497 B
Diff

Index: tar-1.23/src/names.c
===================================================================
--- tar-1.23.orig/src/names.c
+++ tar-1.23/src/names.c
@@ -909,10 +909,6 @@ collect_and_sort_names (void)
{
if (name->found_count || name->directory)
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);
if (name->name[0] == 0)