In order to eliminate the possibility of integer overflay, replace things like
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:45:51 +0000 (06:45 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:45:51 +0000 (06:45 -0000)
commitd60e4ffb4b1f9a24dbb97cca9409affced854008
tree5950f3b0548c5875d17ef205579830872ab11b06
parent84f58cb7f4f9985da35130bea1243c8da3ff4c04
In order to eliminate the possibility of integer overflay, replace things like
((ret+=$?)) with ((ret|=$?)). Thanks to zong_sharo for the suggestion.
(trunk r13242)

svn path=/main/branches/2.1.6/; revision=13423
12 files changed:
bin/ebuild-helpers/dobin
bin/ebuild-helpers/dodoc
bin/ebuild-helpers/doexe
bin/ebuild-helpers/doins
bin/ebuild-helpers/dolib
bin/ebuild-helpers/doman
bin/ebuild-helpers/domo
bin/ebuild-helpers/dosbin
bin/ebuild-helpers/dosed
bin/ebuild-helpers/ecompress
bin/ebuild-helpers/ecompressdir
bin/ebuild-helpers/prepallman