From 52cd408998146943f1c68d09d6a834e02047f89c Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 8 Oct 2012 10:42:35 +0400 Subject: [PATCH] Skip rebuild phase fix. --- sbin/gentoo-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/gentoo-upgrade.sh b/sbin/gentoo-upgrade.sh index 0d26426..dc81818 100755 --- a/sbin/gentoo-upgrade.sh +++ b/sbin/gentoo-upgrade.sh @@ -250,7 +250,7 @@ if [ $STAGE_CNT -eq $STAGE ]; then # skip next toolchain upgrade stages else - let STAGE=10 + let STAGE+=5 fi fi let STAGE_CNT++