diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2015-08-18 22:21:40 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2015-08-18 22:21:40 +0000 |
| commit | c1ab632d621226809749020ab99cce4ad870c27a (patch) | |
| tree | 74a23fbb2f527390cc6d45d720bda65704f1b5ab /share/tools/webupdate | |
| parent | 53ae5b7bd1828ad7c4ccd6f18e28869f5a9a3fce (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-x | share/tools/webupdate | 2 |
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 # |
