-{h,k} are mutually exclisive. So only pay attention to the last of the
two when both are given.
This commit is contained in:
parent
17460ae6f3
commit
f1f15d7a3f
@ -165,8 +165,8 @@ main(int argc, char *argv[])
|
||||
valp = vals_base2;
|
||||
break;
|
||||
case 'k':
|
||||
if (!hflag)
|
||||
putenv("BLOCKSIZE=1024");
|
||||
hflag = 0;
|
||||
putenv("BLOCKSIZE=1024");
|
||||
break;
|
||||
case 'r': /* Compatibility. */
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user