diff options
author | 2002-09-03 11:18:29 +0000 | |
---|---|---|
committer | 2002-09-03 11:18:29 +0000 | |
commit | eac043354e908e70ceaf572b799bddc9978254be (patch) | |
tree | d300bdaeb143e75562672b64c5fa4c73621dffcb | |
parent | not part of OpenSSL 0.9.7 (diff) | |
download | wireguard-openbsd-eac043354e908e70ceaf572b799bddc9978254be.tar.xz wireguard-openbsd-eac043354e908e70ceaf572b799bddc9978254be.zip |
trim some whitespace in the mail subject
-rw-r--r-- | regress/Makefile | 4 |
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} |