svn commit: r47270 - head/share/tools
Glen Barber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: gjb
Date: Tue Aug 18 22:21:40 2015
New Revision: 47270
URL: https://svnweb.freebsd.org/changeset/doc/47270
Log:
Redirect fetchindex output to the logfile.
Sponsored by: The FreeBSD Foundation
Modified:
head/share/tools/webupdate
Modified: head/share/tools/webupdate
==============================================================================
--- head/share/tools/webupdate Tue Aug 18 21:34:56 2015 (r47269)
+++ head/share/tools/webupdate Tue Aug 18 22:21:40 2015 (r47270)
@@ -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
#
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"