aae9e702ed
Tidy Makefile, simpler to set DISTNAME and DISTFILES.
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
$OpenBSD: patch-otcldoc,v 1.1 2001/11/12 16:24:10 espie Exp $
|
|
--- otcldoc.orig Sat Feb 13 00:44:51 1999
|
|
+++ otcldoc Sat Nov 10 03:54:05 2001
|
|
@@ -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
|