blob: 16d9b77abdcd0093a8416a18964f9cd93ce4961c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tclcl-1.0b8/otcldoc.orig Mon Apr 26 10:53:34 1999
+++ otcldoc Mon Apr 26 10:53:43 1999
@@ -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 tclsh8.3 "$0" "$@"
#
# otcldoc - a simple script for translating otcl classes into
|