-{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

View File

@ -165,8 +165,8 @@ main(int argc, char *argv[])
valp = vals_base2; valp = vals_base2;
break; break;
case 'k': case 'k':
if (!hflag) hflag = 0;
putenv("BLOCKSIZE=1024"); putenv("BLOCKSIZE=1024");
break; break;
case 'r': /* Compatibility. */ case 'r': /* Compatibility. */
break; break;