summaryrefslogtreecommitdiffstats
path: root/doc/tclsh.1
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-30 06:01:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-30 06:01:36 (GMT)
commitde31dba2a563beaf59a669f640312d21dacdc115 (patch)
tree12427ec98351f44c5a327dee26a50c38448b4270 /doc/tclsh.1
parentfa1c6a3840969cbd088df6de2db23174db998e0b (diff)
parent39cc9d8a23ee168b1a7330b4ff649d58e28e2a26 (diff)
downloadtcl-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.12
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