tr(1): main(): eliminate isstring2 variable
authorcheloha <cheloha@openbsd.org>
Tue, 2 Nov 2021 15:45:52 +0000 (15:45 +0000)
committercheloha <cheloha@openbsd.org>
Tue, 2 Nov 2021 15:45:52 +0000 (15:45 +0000)
commitdca3113990825440759a0b2f3f12b8ad9c6bf5f4
tree2d32e6bf5a3d241f7e5f973a195346f8d7b17fe4
parentf9297e0574306e120460937410f5a34893aea79d
tr(1): main(): eliminate isstring2 variable

If only there we a way to express how many positional arguments we
needed to run tr(1) in a given operating mode.

... oh.  Wait.  We have argc for that.

Remove the isstring2 variable to simplify some of the logic in main().
usr.bin/tr/tr.c