]> Dogcows Code - chaz/tar/commitdiff
(decode_options): Do not require -L with -M -Hpax.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 24 Jul 2006 09:12:55 +0000 (09:12 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 24 Jul 2006 09:12:55 +0000 (09:12 +0000)
It could be needed in future, but currently it is not.

src/tar.c

index 1e0f95ddd8f42117dd1701f9d642e5538ff0ce33..8b35c58bf43bb6e7f69e37710b07d9785dbf8ef7 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -2038,13 +2038,6 @@ decode_options (int argc, char **argv)
                   | FORMAT_MASK (GNU_FORMAT)
                   | FORMAT_MASK (POSIX_FORMAT));
 
-  if (multi_volume_option
-      && archive_format == POSIX_FORMAT
-      && subcommand_option == CREATE_SUBCOMMAND
-      && !tape_length_option)
-    USAGE_ERROR ((0, 0,
-                 _("creating multi-volume archives in posix format requires using --tape-length (-L) option")));
-
   if (occurrence_option)
     {
       if (!args.input_files)
This page took 0.022828 seconds and 4 git commands to generate.