96394f19de
While there, make use of the Tcl/Tk modules. OK landry@, stu@
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
$OpenBSD: patch-otcldoc,v 1.3 2011/01/05 19:00:54 sebastia Exp $
|
|
--- otcldoc.orig 2003-08-20 02:38:33.000000000 -0400
|
|
+++ otcldoc 2003-08-20 02:40:23.000000000 -0400
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/sh
|
|
# the exec restarts using tclsh which in turn ignores
|
|
# the command because of this backslash: \
|
|
-exec tclsh "$0" "$@"
|
|
+exec tclsh${MODTCL_VERSION} "$0" "$@"
|
|
|
|
#
|
|
# otcldoc - a simple script for translating otcl classes into
|