diff options
Diffstat (limited to 'tools/str2c')
| -rw-r--r-- | tools/str2c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/str2c b/tools/str2c index 15cb8e6..971e552 100644 --- a/tools/str2c +++ b/tools/str2c @@ -4,10 +4,8 @@ # # 1997/10 -- dl # -# $Id: str2c,v 1.2 1999/04/16 00:47:40 stanton 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 |
