diff options
author | nijtmans <nijtmans@noemail.net> | 2009-03-25 23:22:35 (GMT) |
---|---|---|
committer | nijtmans <nijtmans@noemail.net> | 2009-03-25 23:22:35 (GMT) |
commit | 8a6bca8609282c62927a8780a0c531a1b83b542e (patch) | |
tree | 3ef051547181f8c9a1fe1e5537d493b0946e99f6 /tools/str2c | |
parent | d7f80be6d3b4075761dd268df043e99be37b51df (diff) | |
download | tcl-8a6bca8609282c62927a8780a0c531a1b83b542e.zip tcl-8a6bca8609282c62927a8780a0c531a1b83b542e.tar.gz tcl-8a6bca8609282c62927a8780a0c531a1b83b542e.tar.bz2 |
bring doc and tools in line with http://wiki.tcl.tk/812
FossilOrigin-Name: 1a4d23cb9eae8a5ffc5a5b3e9b9f36c60a7c96a3
Diffstat (limited to 'tools/str2c')
-rw-r--r-- | tools/str2c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |