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 /doc/tclsh.1 | |
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 'doc/tclsh.1')
-rw-r--r-- | doc/tclsh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tclsh.1 b/doc/tclsh.1 index f604c2e..d9fe95e 100644 --- a/doc/tclsh.1 +++ b/doc/tclsh.1 @@ -75,7 +75,7 @@ following three lines: .CS \fB#!/bin/sh # the next line restarts using tclsh \e -exec tclsh "$0" "$@"\fR +exec tclsh "$0" ${1+"$@"}\fR .CE This approach has three advantages over the approach in the previous paragraph. First, the location of the \fBtclsh\fR binary does not have |