diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tclsh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tclsh.1 b/doc/tclsh.1 index db07346..8e2163a 100644 --- a/doc/tclsh.1 +++ b/doc/tclsh.1 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tclsh.1,v 1.16 2008/10/17 10:22:25 dkf Exp $ +'\" RCS: @(#) $Id: tclsh.1,v 1.17 2009/03/25 23:22:42 nijtmans Exp $ '\" .so man.macros .TH tclsh 1 "" Tcl "Tcl Applications" @@ -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 .PP This approach has three advantages over the approach in the previous |