code simplification: drop NOP usage of eend 0
authorPatrick Schleizer <adrelanos@whonix.org>
Mon, 23 Oct 2023 12:55:09 +0000 (08:55 -0400)
committerPatrick Schleizer <adrelanos@whonix.org>
Wed, 25 Oct 2023 14:56:01 +0000 (10:56 -0400)
commitdcccf1133376d0841a0a57141aae71d16f6e9184
tree86baa1bbb2b85990621c86f580726c0668857544
parent85cbbe05b2cd5d3707d63335ac9e0235bc312072
code simplification: drop NOP usage of eend 0

Remove unnecessary use of `eend 0`, which does effectively nothing.
Leftover from git rev c87dc4ae where we moved from grml-etc-core's
lsb-functions functions to a simplified version of them.

Closes: https://github.com/grml/grml-debootstrap/issues/229
grml-debootstrap