From 1276e1df163228efb6ded90e6b86ec3582034607 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Thu, 1 Oct 1998 18:38:06 +0000 Subject: Avoid a bug in sed (already fixed in -current & -stable) when /etc/malloc.conf -> AJ Ignored by: maintainer --- mail/exmh2/scripts/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/exmh2/scripts') 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 -- cgit v1.2.3