X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftar.c;h=ad42c31e06e69cb9250bff6d68581205982f034a;hb=3be53a3c2f4679ecbd7aa0a6719e2a0e8c73368a;hp=4df7eaa66b0253bb36f9503a3463e8f28b30f1e7;hpb=2bda83b48d8a6807632312403561b11b79048443;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index 4df7eaa..ad42c31 100644 --- 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. */