diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/installData.tcl | 4 | ||||
-rw-r--r-- | tools/str2c | 4 | ||||
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tools/installData.tcl b/tools/installData.tcl index cf067a3..5bf0ad1 100644 --- a/tools/installData.tcl +++ b/tools/installData.tcl @@ -1,6 +1,6 @@ #!/bin/sh #\ - exec tclsh "$0" ${1+"$@"} +exec tclsh "$0" ${1+"$@"} #---------------------------------------------------------------------- # @@ -16,7 +16,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: installData.tcl,v 1.1 2004/08/18 19:59:09 kennykb Exp $ +# RCS: @(#) $Id: installData.tcl,v 1.2 2009/03/25 23:22:38 nijtmans Exp $ # #---------------------------------------------------------------------- diff --git a/tools/str2c b/tools/str2c index 15cb8e6..c151c0f 100644 --- a/tools/str2c +++ b/tools/str2c @@ -4,10 +4,10 @@ # # 1997/10 -- dl # -# $Id: str2c,v 1.2 1999/04/16 00:47:40 stanton Exp $ +# $Id: str2c,v 1.3 2009/03/25 23:22:37 nijtmans Exp $ # # restart with tclsh \ -exec tclsh8.0 "$0" "$@" +exec tclsh "$0" ${1+"$@"} # Max string length # (some C compiler have a 2048 chars limits (so 2047 real chars with diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 4379f22..0cb3ac7 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -1,6 +1,6 @@ #!/bin/sh # The next line is executed by /bin/sh, but not tcl \ -exec tclsh8.4 "$0" ${1+"$@"} +exec tclsh "$0" ${1+"$@"} package require Tcl 8.5 |