summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 16:53:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 16:53:14 (GMT)
commit7c0ca69d2510691fb2f0644a3146e9d9d2d90d0a (patch)
treef9c2a49d5f99d7bdccf87da7686931a2bd21c71f /doc
parent6628f106b262828e656b741087da141dea6a58eb (diff)
downloadtk-7c0ca69d2510691fb2f0644a3146e9d9d2d90d0a.zip
tk-7c0ca69d2510691fb2f0644a3146e9d9d2d90d0a.tar.gz
tk-7c0ca69d2510691fb2f0644a3146e9d9d2d90d0a.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 20d54e2..5724062 100644
--- a/doc/wish.1
+++ b/doc/wish.1
@@ -147,7 +147,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 doesn't have