mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-04 15:26:55 +00:00
*** empty log message ***
This commit is contained in:
@@ -515,6 +515,12 @@ open_archive(reading)
|
||||
ar_last = ar_block + blocking;
|
||||
ar_reading = reading;
|
||||
|
||||
if (f_multivol && f_verify)
|
||||
{
|
||||
msg ("cannot verify multi-volume archives");
|
||||
exit (EX_ARGSBAD);
|
||||
}
|
||||
|
||||
if (f_compress) {
|
||||
if(reading==2 || f_verify) {
|
||||
msg("cannot update or verify compressed archives");
|
||||
|
||||
Reference in New Issue
Block a user