Don't try to determine tape block size when the -P option is used.

This was missed in r203157.

PR:		bin/121502
This commit is contained in:
Jaakko Heinonen 2010-02-13 10:22:07 +00:00
parent f3cba95c5b
commit 384e3c00a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203816

View File

@ -227,7 +227,7 @@ setup(void)
volno = 1;
setdumpnum();
FLUSHTAPEBUF();
if (!pipein && !bflag)
if (!pipein && !pipecmdin && !bflag)
findtapeblksize();
if (gethead(&spcl) == FAIL) {
fprintf(stderr, "Tape is not a dump tape\n");