summaryrefslogtreecommitdiff
path: root/share/tools/webupdate
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-08-18 22:21:40 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-08-18 22:21:40 +0000
commitc1ab632d621226809749020ab99cce4ad870c27a (patch)
tree74a23fbb2f527390cc6d45d720bda65704f1b5ab /share/tools/webupdate
parent53ae5b7bd1828ad7c4ccd6f18e28869f5a9a3fce (diff)
Redirect fetchindex output to the logfile.
Sponsored by: The FreeBSD Foundation
Notes
svn path=/head/; revision=47270
Diffstat (limited to 'share/tools/webupdate')
-rwxr-xr-xshare/tools/webupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/tools/webupdate b/share/tools/webupdate
index 77fc7da69b..dcb87fc21f 100755
--- a/share/tools/webupdate
+++ b/share/tools/webupdate
@@ -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
#