--- xml2rfc/xml2rfc 2005-05-19 15:32:11.000000000 +0200 +++ xml2rfc/xml2rfc.tcl 2005-05-19 17:06:58.000000000 +0200 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using the correct interpreter \ -exec tclsh "$0" "$0" "$@" +exec /usr/bin/tclsh "$0" "$0" "$@" # --- xml2rfc/xml2sgml.old 2008-12-04 10:16:53.000000000 +0200 +++ xml2rfc/xml2sgml.tcl 2008-12-04 10:17:27.000000000 +0200 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "$0" "$@" +exec /usr/bin/wish "$0" "$0" "$@" # TODO: