Replace things like [[ $PORTAGE_BUILDDIR/.prepared -nt $WORKDIR ]] with
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:56:01 +0000 (06:56 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:56:01 +0000 (06:56 -0000)
commitc0b57167bd666182432f729f11a72d0154ceb97b
tree3aca62fb94798e217077f92fc11ca333a3a42b3c
parent36d70f5552dcc2fbcbc7c44abe136591818ad8f3
Replace things like [[ $PORTAGE_BUILDDIR/.prepared -nt $WORKDIR ]] with
simply [[ -e $PORTAGE_BUILDDIR/.prepared ]] since the timestamp of
$WORKDIR is practically always newer due to the other hidden files that are
created there as each phase is executed. Thanks to Alfredo Tupone <tupone@g.o>
for reporting. (trunk r12795)

svn path=/main/branches/2.1.6/; revision=13029
bin/ebuild.sh