summaryrefslogtreecommitdiff
path: root/mail/exmh2/scripts/build
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-08-21 08:09:56 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-08-21 08:09:56 +0000
commit4708bcf966551ca50ba3905fa588312624f177e5 (patch)
tree446d260ace973a17beac1aedb08fd6ccb0db580a /mail/exmh2/scripts/build
parentMake Bash obey ${PREFIX} (diff)
Update to use tcl80/tk80 "proper". Exmh definately should be using tcl8.0
because the new byte compiler has a significant speedup for exmh's mailbox contents list processing.
Notes
Notes: svn path=/head/; revision=7637
Diffstat (limited to '')
-rw-r--r--mail/exmh2/scripts/build6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build
index 133db86edc56..7450c446b64c 100644
--- a/mail/exmh2/scripts/build
+++ b/mail/exmh2/scripts/build
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $Id: build,v 1.3 1997/07/02 04:59:54 peter Exp $
+# $Id: build,v 1.4 1997/08/14 03:44:30 peter Exp $
#
VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`"
@@ -72,5 +72,5 @@ done
rm -f ${SEDFILE}
-echo "cd lib ; echo 'auto_mkindex . *.tcl ; exit' | tclsh"
-cd lib ; echo 'auto_mkindex . *.tcl ; exit' | tclsh
+echo "cd lib ; echo 'auto_mkindex . *.tcl ; exit' | ${TCLSH}"
+cd lib ; echo 'auto_mkindex . *.tcl ; exit' | ${TCLSH}