Have disk and string list helpers print trailing newlins consistently
authorkn <kn@openbsd.org>
Tue, 21 Feb 2023 12:56:50 +0000 (12:56 +0000)
committerkn <kn@openbsd.org>
Tue, 21 Feb 2023 12:56:50 +0000 (12:56 +0000)
commitc25d1b6429f9f7211f68385aa3f367697179cc9d
tree3758382fafcc335ef6bd1bc8f769020d8a6b1fcd
parent2a1fd0dfb774b05c221e116a6257741830e6a210
Have disk and string list helpers print trailing newlins consistently

In practise, omitting \n is pointless in get_*devs*(), addel() and rmel()
as they are all all used in such a way that the shell always ensures a
trailing \n anyway.
(This might have been needed with the old recursive bsort(), but not now.)

The one exception being the case of a ramdisk with no disks, which revealed
\n mishandling in the root disk question where it ought to print "none"
instead of an empty list of available disks (since inception in r1.1114):
Available disks are: .
Which disk is the root disk? ('?' for details) ?

OK afresh1
distrib/miniroot/install.sub