diff options
author | brian <brian@FreeBSD.org> | 1998-10-01 18:38:06 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-10-01 18:38:06 +0000 |
commit | 91c7822ff631cbd4261950758c52cd4d69323701 (patch) | |
tree | c22f40fd018139f9c1cb5761be799c5d304a4893 /mail/exmh2 | |
parent | 98e4be86bc0a6326964156a8994ac6da081b6f02 (diff) | |
download | FreeBSD-ports-91c7822ff631cbd4261950758c52cd4d69323701.zip FreeBSD-ports-91c7822ff631cbd4261950758c52cd4d69323701.tar.gz |
Avoid a bug in sed (already fixed in -current & -stable) when
/etc/malloc.conf -> AJ
Ignored by: maintainer
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/scripts/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build index 536bcfa..f4913aa 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 |