summaryrefslogtreecommitdiff
path: root/mail/exmh2
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-10-01 18:38:06 +0000
committerBrian Somers <brian@FreeBSD.org>1998-10-01 18:38:06 +0000
commit1276e1df163228efb6ded90e6b86ec3582034607 (patch)
tree91be936e2ffa8405c1dd8a5070f08d1e8271f365 /mail/exmh2
parentElfify (diff)
Avoid a bug in sed (already fixed in -current & -stable) when
/etc/malloc.conf -> AJ Ignored by: maintainer
Notes
Notes: svn path=/head/; revision=13582
Diffstat (limited to 'mail/exmh2')
-rw-r--r--mail/exmh2/scripts/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build
index 536bcfa73819..f4913aa4d769 100644
--- a/mail/exmh2/scripts/build
+++ b/mail/exmh2/scripts/build
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $Id: build,v 1.5 1997/08/21 08:09:56 peter Exp $
+# $Id: build,v 1.6 1998/03/20 09:28:16 markm Exp $
#
VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`"
@@ -67,7 +67,7 @@ sed <${FILESDIR}/${CONFIGFILE} \
-e "s+!!PLAY!!+${PLAY}+g" \
-e "s+!!VERSION!!+${VERSION}+g" \
-e "s+!!DATE!!+${DATE}+g" \
- | sed -e 's/$/\\/' >> ${SEDFILE}
+ | sed -e 's/$/\\/' -e '$ s/.$//' >> ${SEDFILE}
for i in exmh-async exmh-bg exmh ftp.expect
do