blob: afacb9bd103a73a39c9eb2a0d0be61af4053c0ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ab,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $
--- mailquote.orig Mon Dec 20 15:10:24 1999
+++ mailquote Wed Aug 30 21:00:30 2000
@@ -1,6 +1,6 @@
#!/bin/sh
# restart using wish \
- exec tclsh8.0 "$0" ${1+"$@"}
+ exec tclsh "$0" ${1+"$@"}
# mailquote
# copyright 1999 tom poindexter <tpoindex@nyx.net>
@@ -46,6 +46,9 @@
# permission to use and distribute the software in accordance with the
# terms specified in this license.
+# set this explicitly
+set env(TCLTICKER_LIB) "/usr/pkg/share/tclticker"
+
if {! [info exists env(TCLTICKER_LIB)]} {
lappend auto_path [file join [file dirname $argv0] lib]
|