mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
-{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
5b3a32e4a8
commit
d84f9f6c14
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112855
@ -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…
Reference in New Issue
Block a user