desktop.eclass: domenu, fix potential overflow in exit status
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Jul 2018 11:09:59 +0000 (13:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 9 Aug 2018 14:08:38 +0000 (16:08 +0200)
commit0197559dcb99c91ddaa146322f5100c326e9d5eb
tree2fc4c2925f55eff24dc70e366671be832e34e99c
parente773cbd5a30bfb72253aeb4c711c23362b686048
desktop.eclass: domenu, fix potential overflow in exit status

While increasing exit status for each failure may seem brilliant
at first, it serves no purpose and has an overflow risk.  For example,
if domenu counted 256 failures, the exit status would be truncated to 0
(success).
eclass/desktop.eclass