$OpenBSD: patch-install_tcl,v 1.3 2008/11/10 20:18:14 steven Exp $ --- install.tcl.orig Thu Nov 3 20:09:57 2005 +++ install.tcl Mon Nov 10 19:49:55 2008 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec tclsh "$0" "$@" +exec ${MODTCL_BIN} "$0" "$@" # Copyright 2003 Regis Damongeot