diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-29 20:09:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-29 20:09:09 (GMT) |
commit | 39cc9d8a23ee168b1a7330b4ff649d58e28e2a26 (patch) | |
tree | 044ae08d764a5e3df19aa1c11c078343a7839b02 /doc | |
parent | 1daf54dea7f75ed39c8b7ae5bc65a1c5cf7dcd87 (diff) | |
download | tcl-39cc9d8a23ee168b1a7330b4ff649d58e28e2a26.zip tcl-39cc9d8a23ee168b1a7330b4ff649d58e28e2a26.tar.gz tcl-39cc9d8a23ee168b1a7330b4ff649d58e28e2a26.tar.bz2 |
Use the same shebang comment everywhere
Diffstat (limited to 'doc')
-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 76323f1..53782a6 100644 --- a/doc/tclsh.1 +++ b/doc/tclsh.1 @@ -68,7 +68,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 doesn't have |