]> Dogcows Code - chaz/tar/blobdiff - src/misc.c
New options --unquote (--no-unquote) and --add-file
[chaz/tar] / src / misc.c
index 51561e4dc9c770dc4eb6e5450555ba5b709c75fc..e6e5c85b8a001949de4cf3be5a8959bbb9d2860a 100644 (file)
@@ -317,7 +317,8 @@ remove_any_file (const char *file_name, enum remove_option option)
                 entry += entrylen + 1)
              {
                char *file_name_buffer = new_name (file_name, entry);
-               int r = remove_any_file (file_name_buffer, 1);
+               int r = remove_any_file (file_name_buffer, 
+                                         RECURSIVE_REMOVE_OPTION);
                int e = errno;
                free (file_name_buffer);
 
@@ -824,6 +825,12 @@ symlink_error (char const *contents, char const *name)
          quotearg_colon (name), quote_n (1, contents)));
 }
 
+void
+stat_fatal (char const *name)
+{
+  call_arg_fatal ("stat", name);
+}
+
 void
 stat_error (char const *name)
 {
This page took 0.019796 seconds and 4 git commands to generate.