Redirect fetchindex output to the logfile.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-08-18 22:21:40 +00:00
parent 53ae5b7bd1
commit c1ab632d62
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47270

View file

@ -150,7 +150,7 @@ fi
if [ ! -e "${PINDEX_OVERRIDE}" ]; then
[ -e ${PORTSDIR}/INDEX-${INDEXNUM} ] && rm -f ${PORTSDIR}/INDEX-${INDEXNUM}
make -C ${PORTSDIR} fetchindex
make -C ${PORTSDIR} fetchindex >> $LOGFILE 2>&1 || exit 2
fi
#