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

two when both are given.
This commit is contained in:
David E. O'Brien 2003-03-30 21:25:16 +00:00
parent 5b3a32e4a8
commit d84f9f6c14
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112855

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;