diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 06:01:36 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 06:01:36 (GMT) |
| commit | de31dba2a563beaf59a669f640312d21dacdc115 (patch) | |
| tree | 12427ec98351f44c5a327dee26a50c38448b4270 /tools/str2c | |
| parent | fa1c6a3840969cbd088df6de2db23174db998e0b (diff) | |
| parent | 39cc9d8a23ee168b1a7330b4ff649d58e28e2a26 (diff) | |
| download | tcl-de31dba2a563beaf59a669f640312d21dacdc115.zip tcl-de31dba2a563beaf59a669f640312d21dacdc115.tar.gz tcl-de31dba2a563beaf59a669f640312d21dacdc115.tar.bz2 | |
Use the same shebang comment everywhere
don't install tommath_(super)?class.h
don't install directories like 8.2 and 8.3
Diffstat (limited to 'tools/str2c')
| -rw-r--r-- | tools/str2c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/str2c b/tools/str2c index c761f91..971e552 100644 --- a/tools/str2c +++ b/tools/str2c @@ -5,7 +5,7 @@ # 1997/10 -- dl # # 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 |
