Use the correct blocksize when invoked with both -h and -k
options. PR: 30275 Reviewed by: jake
This commit is contained in:
parent
cfdeaad88e
commit
67c0b42424
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user