X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=8b35c58bf43bb6e7f69e37710b07d9785dbf8ef7;hb=711064182107ecdbc43965752fcaf88490711684;hp=1e0f95ddd8f42117dd1701f9d642e5538ff0ce33;hpb=fce454b5ca81983778bc11b3a66774a270df8ef0;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index 1e0f95d..8b35c58 100644 --- 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)