mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
- Give maintainership to submitter PR: ports/70558 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> Approved by: old maintainer
13 lines
264 B
Tcl
13 lines
264 B
Tcl
|
|
$FreeBSD$
|
|
|
|
--- 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 \
|
|
-exec tclsh "$0" "$0" "$@"
|
|
+exec tclsh8.3 "$0" "$0" "$@"
|
|
|
|
|
|
# NOTE FROM CLIVE
|