diff options
Diffstat (limited to 'devel/tclcl/files')
-rw-r--r-- | devel/tclcl/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/tclcl/files/patch-aa b/devel/tclcl/files/patch-aa new file mode 100644 index 000000000000..f2a445e4631b --- /dev/null +++ b/devel/tclcl/files/patch-aa @@ -0,0 +1,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.0 "$0" "$@" + + # + # otcldoc - a simple script for translating otcl classes into |