]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
Bugfix: entries read from the -T file did not get proper matching_flag.
[chaz/tar] / src / tar.c
index cd32379035fac0efe9994577b6f5bdc487a53589..225c6243c7024c55e9e124265913789b61bb894f 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -1641,7 +1641,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
       break;
 
     case 'T':
-      name_add_file (arg, filename_terminator);
+      name_add_file (arg, filename_terminator, MAKE_INCL_OPTIONS (args));
       /* Indicate we've been given -T option. This is for backward
         compatibility only, so that `tar cfT archive /dev/null will
         succeed */
This page took 0.016227 seconds and 4 git commands to generate.