summaryrefslogtreecommitdiff
path: root/finance/tclticker/patches/patch-ab
blob: 8b0f43d1ea650c6123f6935ff5bb1a4ade9c2bbc (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.2 2001/11/14 11:55:17 agc 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) "@PREFIX@/share/tclticker"
+
 
 if {! [info exists env(TCLTICKER_LIB)]} {
     lappend auto_path [file join [file dirname $argv0] lib]