Browse Source

Removed extra precaution regarding subcommand_option == CAT_SUBCOMMAND

Sergey Poznyakoff 21 years ago
parent
commit
a6344f97a6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/tar.c

+ 1 - 2
src/tar.c

@@ -1273,8 +1273,7 @@ see the file named COPYING for details."));
 
   if (incremental_option
       || multi_volume_option
-      || sparse_option
-      || subcommand_option == CAT_SUBCOMMAND)
+      || sparse_option)
     assert_format (FORMAT_MASK (OLDGNU_FORMAT)
 		   | FORMAT_MASK (GNU_FORMAT));