CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2023/02/16 11:10:28

Modified files:
        distrib/miniroot: install.sub 

Log message:
Rewrite bsort() from hand-rolled recursive to simpler iterative reusing code

ksh(1) can sort itself and addel() ensures uniqueness, so reuse both to get
a much simpler shell version of `sort -u' that is bug-for-bug compatible
with the old one but shorter and easier to tweak/reason about.

OK afresh1

Reply via email to