2012-03-09 09:15:32 -05:00
|
|
|
$OpenBSD: patch-examples_tepam_tepam_demo_tcl,v 1.2 2012/03/09 14:15:32 stu Exp $
|
|
|
|
--- examples/tepam/tepam_demo.tcl.orig Mon Feb 27 18:15:09 2012
|
|
|
|
+++ examples/tepam/tepam_demo.tcl Mon Feb 27 18:15:19 2012
|
|
|
|
@@ -162,7 +162,7 @@ proc OpenConsole {} {
|
2011-11-04 07:45:21 -04:00
|
|
|
}
|
|
|
|
# Search inside the *n.x envirement for TkCon ...
|
2012-03-09 09:15:32 -05:00
|
|
|
set TkConPath ""
|
2011-11-04 07:45:21 -04:00
|
|
|
- catch {set TkConPath [exec csh -f -c {which tkcon.tcl}]}
|
|
|
|
+ catch {set TkConPath [exec csh -f -c {which tkcon}]}
|
|
|
|
# Search inide the Windows envirement for TkCon ...
|
|
|
|
catch {
|
|
|
|
package require registry
|