]> Dogcows Code - chaz/tar/commitdiff
--utc implies -vv
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 5 May 2004 11:56:04 +0000 (11:56 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 5 May 2004 11:56:04 +0000 (11:56 +0000)
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.023052 seconds and 4 git commands to generate.