Skip rebuild phase fix.

This commit is contained in:
Kolan Sh 2012-10-08 10:42:35 +04:00
parent 92dfa8165a
commit 52cd408998
1 changed files with 1 additions and 1 deletions

View File

@ -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++