-{h,k} are mutually exclisive. So only pay attention to the last of the

two when both are given.
This commit is contained in:
obrien 2003-03-30 21:25:16 +00:00
parent 17460ae6f3
commit f1f15d7a3f

View File

@ -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;