diff options
Diffstat (limited to 'textproc/xml2rfc/files/patch-xml2rfc.tcl')
-rw-r--r-- | textproc/xml2rfc/files/patch-xml2rfc.tcl | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/textproc/xml2rfc/files/patch-xml2rfc.tcl b/textproc/xml2rfc/files/patch-xml2rfc.tcl index a0ef216941de..6f2c03b5a3e3 100644 --- a/textproc/xml2rfc/files/patch-xml2rfc.tcl +++ b/textproc/xml2rfc/files/patch-xml2rfc.tcl @@ -1,15 +1,13 @@ $FreeBSD$ ---- xml2rfc.tcl.orig Mon Jun 10 04:32:34 2002 -+++ xml2rfc.tcl Thu Jul 25 21:33:22 2002 -@@ -1,7 +1,7 @@ +--- xml2rfc.tcl.orig Mon Aug 16 17:55:38 2004 ++++ xml2rfc.tcl Mon Aug 16 17:55:45 2004 +@@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using the correct interpreter \ --if test ! -z "$DISPLAY"; then exec wish "$0" "$0" "$@"; \ --elif test ! -z "$1"; then exec tclsh "$0" "$0" "$@"; \ -+if test ! -z "$DISPLAY"; then exec wish8.3 "$0" "$0" "$@"; \ -+elif test ! -z "$1"; then exec tclsh8.3 "$0" "$0" "$@"; \ - else echo "usage: $0 filename" >&2; exit 1; fi +-exec tclsh "$0" "$0" "$@" ++exec tclsh8.3 "$0" "$0" "$@" + # NOTE FROM CLIVE |