gentoo-upgrade fix: quotes.

This commit is contained in:
Kolan Sh 2013-04-10 17:26:41 +04:00
parent 30f46cc782
commit 38213b7641
1 changed files with 2 additions and 2 deletions

View File

@ -489,8 +489,8 @@ if [ $STAGE_CNT -eq $STAGE ]; then
fi
fi
[ -z "${PORTAGE_TMPDIR}" ] && PORTAGE_TMPDIR=/var/tmp
rm -rf "${PORTAGE_TMPDIR}/portage/*
[ 0 -ne $? ] && echo "Stage $STAGE: rm -rf "${PORTAGE_TMPDIR}/portage/* failed ;-( =======" && exit $STAGE
rm -rf "${PORTAGE_TMPDIR}"/portage/*
[ 0 -ne $? ] && echo "Stage $STAGE: rm -rf "${PORTAGE_TMPDIR}"/portage/* failed ;-( =======" && exit $STAGE
let STAGE++
fi