openbsd-ports/textproc/boust/patches/patch-boust

16 lines
554 B
Plaintext
Raw Normal View History

2003-12-27 18:34:42 -05:00
$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"
2003-12-27 18:34:42 -05:00
+THESH="wish8.4"
# blah\
-for arg in "$@" ; do if [ "$arg" == "--o" ] ; then THESH="tclsh" ; fi ; done ; \
2003-12-27 18:34:42 -05:00
+for arg in "$@" ; do if [ "$arg" == "--o" ] ; then THESH="tclsh8.4" ; fi ; done ; \
# \
exec $THESH "$0" "$@"