mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
This version implements the new version of the required IETF boilerplate (RFC 3978), which will become mandatory for Internet-Drafts on May 6. PR: ports/79603 Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu>
13 lines
248 B
Tcl
13 lines
248 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" "$@"
|
|
|
|
|
|
#
|