summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2002-09-03 11:18:30 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2002-09-03 11:18:30 +0000
commit543630bca29764688093df1356a74b6e285912ab (patch)
tree2bcd5de8261a7ea8860f392d13ce071540acf1d2 /regress
parent7bf046ae372bfc1ad2d7820bae08268c4925e8fd (diff)
trim some whitespace in the mail subject
Diffstat (limited to 'regress')
-rw-r--r--regress/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 06911bae054..36ebca25caf 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -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 @@ _REGRESS_CLEAN=rm -f ${_REGRESS_TMP}
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}