From 82e7f43069b3044ff1dc3ae8747aea51fa86f771 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 14 Aug 1997 03:44:30 +0000 Subject: Duh! Where's the pointy hat? :-) (Translation: forgot to intialize the EXPECTK variable to {} so that if expectk is not installed, it doesn't cause bad tcl syntax) Pointed-out-by: several people --- mail/exmh2/scripts/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/exmh2') diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build index 5315b344193e..133db86edc56 100644 --- a/mail/exmh2/scripts/build +++ b/mail/exmh2/scripts/build @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: build,v 1.2 1996/12/31 21:27:02 peter Exp $ +# $Id: build,v 1.3 1997/07/02 04:59:54 peter Exp $ # VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`" @@ -9,6 +9,7 @@ DATE="`sed -ne 's/^set date \(.*\)/\1/p' ${WRKSRC}/exmh.install`" SEDFILE=sed.$$ EXPECT="{}" +EXPECTK="{}" FACES="{}" DOMAIN="{}" PGP="{}" -- cgit v1.2.3