]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
Use rmt_command_option instead of hardcoded "/etc/rmt".
[chaz/tar] / src / tar.c
index 4df7eaa66b0253bb36f9503a3463e8f28b30f1e7..ad42c31e06e69cb9250bff6d68581205982f034a 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -1412,6 +1412,9 @@ see the file named COPYING for details."));
   if (recursive_unlink_option)
     old_files_option = UNLINK_FIRST_OLD_FILES;
 
+  if (utc_option)
+    verbose_option = 2;
+  
   /* Forbid using -c with no input files whatsoever.  Check that `-f -',
      explicit or implied, is used correctly.  */
 
This page took 0.021518 seconds and 4 git commands to generate.