From 2f7bf23b205d2987e2cea05808bac30df3222315 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 17 Jan 2017 14:32:13 +0300 Subject: [PATCH] Revert "eix-remote update -> update2" This reverts commit 7e6a1d9a3d7c2ce3077586a0c577055a5792d4b4. --- 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 20d4f7d..5f988d4 100755 --- a/sbin/gentoo-upgrade.sh +++ b/sbin/gentoo-upgrade.sh @@ -165,7 +165,7 @@ if [ $STAGE_CNT -eq $STAGE ]; then # eix-remote update if [ `which eix-remote 2>/dev/null` ]; then - $NICE_CMD eix-remote update2 + $NICE_CMD eix-remote update # Don't check command status as gpo.zugaina.org sometimes gets broken archive for a long time # [ 0 -ne $? ] && echo "Stage $STAGE: 1'st eix-remote update failed ;-( =======" && exit $STAGE fi