[scripts] fix env var name

This commit is contained in:
Fabio Erculiani
2014-11-30 11:23:47 +00:00
parent ed878ccb43
commit 3c14cb56e4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -67,8 +67,8 @@ if [ -n "${UPGRADE_REPO}" ]; then
echo "Upgrading system by enabling ${UPGRADE_REPO}"
equo repo enable "${UPGRADE_REPO}" || exit 1
FORCE_EAPI=2 safe_run equo update || exit 1
ETP_NOINTERACTIVE=1 safe_run equo upgrade --fetch || exit 1
ETP_NOINTERACTIVE=1 equo upgrade --purge || exit 1
ETP_NONINTERACTIVE=1 safe_run equo upgrade --fetch || exit 1
ETP_NONINTERACTIVE=1 equo upgrade --purge || exit 1
echo "-5" | equo conf update
fi