commit:     9bd0cc4e4d36f74120e6c938d9efe6e9889c2226
Author:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Thu Feb 12 15:09:48 2015 +0000
Commit:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
CommitDate: Thu Feb 12 15:09:48 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=9bd0cc4e

stages_builder.sh, move FORCESTAGE3 env. fixed issus that does not find a 
previous clang stage3.

---
 scripts/mkstages/stages_builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/mkstages/stages_builder.sh 
b/scripts/mkstages/stages_builder.sh
index 856742a..58af37e 100755
--- a/scripts/mkstages/stages_builder.sh
+++ b/scripts/mkstages/stages_builder.sh
@@ -56,8 +56,8 @@ prepare(){
                        echo "Downloading aballier's ${TARGETSUBARCH} stage3 
file..."
                        wget -q -P /var/tmp/catalyst/builds/default 
"${oldstage3url}"
                        [[ $? -ne 0 ]] && exit 1
-                       export FORCESTAGE3="${oldstage3fn}"
                fi
+               export FORCESTAGE3="${oldstage3fn}"
        fi
 
        cd ${WORKDIR}

Reply via email to