From 93538aca0df86e7263038e98c17cefca81a46911 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 31 Aug 2012 15:40:45 +0400 Subject: [PATCH] endif fix --- sbin/gentoo-upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/gentoo-upgrade.sh b/sbin/gentoo-upgrade.sh index ed5c828..1014553 100755 --- a/sbin/gentoo-upgrade.sh +++ b/sbin/gentoo-upgrade.sh @@ -451,4 +451,5 @@ if [ 21 -eq $STAGE ]; then [ 0 -ne $? ] && echo "Stage $STAGE: Enabling e4rat data collection failed ;-( =======" && exit $STAGE let STAGE++ +fi exit 0