Use the correct blocksize when invoked with both -h and -k

options.

PR:		30275
Reviewed by:	jake
This commit is contained in:
robert 2001-09-04 09:43:31 +00:00
parent cfdeaad88e
commit 67c0b42424

View File

@ -167,7 +167,8 @@ main(argc, argv)
valp = vals_base2;
break;
case 'k':
putenv("BLOCKSIZE=1024");
if (!hflag)
putenv("BLOCKSIZE=1024");
break;
case 'r': /* Compatibility. */
break;