summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2011-11-22 17:07:03 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2011-11-22 17:07:03 (GMT)
commit099fcdc7a1da1575e0e2ca4cee3160f69fa58178 (patch)
treeede464725f08f61d3a9f02c9fb0f4dd58b1e211f /doc
parent5bb2cfb1c376f1197dca37475715016a5cf10ed0 (diff)
parentf30c284e79cc8ac17fa1f8059e165bc17e413eb9 (diff)
downloadtk-099fcdc7a1da1575e0e2ca4cee3160f69fa58178.zip
tk-099fcdc7a1da1575e0e2ca4cee3160f69fa58178.tar.gz
tk-099fcdc7a1da1575e0e2ca4cee3160f69fa58178.tar.bz2
[Bug 1945073]: Demo square.tcl cannot run; need package tktest
Diffstat (limited to 'doc')
-rw-r--r--doc/wish.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/wish.1 b/doc/wish.1
index ca62120..28ec138 100644
--- a/doc/wish.1
+++ b/doc/wish.1
@@ -166,7 +166,7 @@ following three lines:
.CS
\fB#!/bin/sh
# the next line restarts using wish \e
-exec wish "$0" "$@"\fR
+exec wish "$0" ${1+"$@"}\fR
.CE
This approach has three advantages over the approach in the previous
paragraph. First, the location of the \fBwish\fR binary does not have