From b6de5812bb083dbe2ea51b4f35db7965aca637ee Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 13 Aug 2013 11:24:43 +0400 Subject: [PATCH] Package filtering when upgrading the script. --- 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 093743d..3fd0a80 100755 --- a/sbin/gentoo-upgrade.sh +++ b/sbin/gentoo-upgrade.sh @@ -79,7 +79,7 @@ let STAGE_CNT++ if [ $STAGE_CNT -eq $STAGE ]; then echo "======= STAGE $STAGE: Updating gentoo-upgrade script =======" if [ `which smart-live-rebuild 2>/dev/null` ]; then - $NICE_CMD smart-live-rebuild app-admin/gentoo-upgrade + $NICE_CMD smart-live-rebuild -f app-admin/gentoo-upgrade [ 0 -ne $? ] && echo "Stage $STAGE: Updating gentoo-upgrade script failed ;-( =======" && exit $STAGE fi