]> Dogcows Code - chaz/tar/blobdiff - src/update.c
(update_archive): excluded_pathname -> excluded_name.
[chaz/tar] / src / update.c
index 5982b9ffe313976a51ed5f993144b31f9198e033..05c68f3e317838ade05e3cd045059244e4ea10e6 100644 (file)
@@ -188,6 +188,8 @@ update_archive (void)
 
     while (path = name_from_list (), path)
       {
+       if (excluded_name (path))
+         continue;
        if (interactive_option && !confirm ("add", path))
          continue;
        if (subcommand_option == CAT_SUBCOMMAND)
This page took 0.020163 seconds and 4 git commands to generate.