2003-10-29 17:13:26 -05:00
|
|
|
$OpenBSD: patch-otcldoc,v 1.2 2003/10/29 22:13:26 sturm Exp $
|
|
|
|
--- otcldoc.orig 2003-08-20 02:38:33.000000000 -0400
|
|
|
|
+++ otcldoc 2003-08-20 02:40:23.000000000 -0400
|
2000-01-05 21:36:15 -05:00
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
#!/bin/sh
|
|
|
|
# the exec restarts using tclsh which in turn ignores
|
|
|
|
# the command because of this backslash: \
|
|
|
|
-exec tclsh "$0" "$@"
|
2000-07-14 02:11:05 -04:00
|
|
|
+exec tclsh8.3 "$0" "$@"
|
2000-01-05 21:36:15 -05:00
|
|
|
|
|
|
|
#
|
|
|
|
# otcldoc - a simple script for translating otcl classes into
|