=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/regress/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/regress/Makefile 2002/09/02 22:37:18 1.14 +++ src/regress/Makefile 2002/09/03 11:18:29 1.15 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2002/09/02 22:37:18 avsm Exp $ +# $OpenBSD: Makefile,v 1.15 2002/09/03 11:18:29 avsm Exp $ # # To run full regression tests you just need two steps: @@ -52,7 +52,7 @@ echo Mailing regress results to ${REGRESS_MAIL} ... echo If you want them to be also logged locally, you can set the echo REGRESS_LOG make variable to the full path of a log file. - (sysctl -n kern.version && cat ${_REGRESS_TMP}) | /usr/bin/mail -s "Regress: `uname -a`" ${REGRESS_MAIL} + (sysctl -n kern.version && cat ${_REGRESS_TMP}) | /usr/bin/mail -s "Regress: `uname -a`" ${REGRESS_MAIL} .endif echo ==================================================================== ${_REGRESS_CLEAN}