openbsd-ports/textproc/boust/patches/patch-boust
2003-12-27 23:34:42 +00:00

16 lines
554 B
Plaintext

$OpenBSD: patch-boust,v 1.2 2003/12/27 23:36:46 jose Exp $
--- boust.orig Thu Nov 7 00:06:00 2002
+++ boust Wed Nov 6 23:53:47 2002
@@ -2,9 +2,9 @@
# In sh check to see if the "--o" argument is present.
# If it is, run tclsh, otherwise, run wish.
# (The backslash makes the following line a comment as well... \
-THESH="wish"
+THESH="wish8.4"
# blah\
-for arg in "$@" ; do if [ "$arg" == "--o" ] ; then THESH="tclsh" ; fi ; done ; \
+for arg in "$@" ; do if [ "$arg" == "--o" ] ; then THESH="tclsh8.4" ; fi ; done ; \
# \
exec $THESH "$0" "$@"