diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 17:07:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 17:07:03 (GMT) |
commit | d9b5b677f67214d0139357cce37de33e61681bb3 (patch) | |
tree | ede464725f08f61d3a9f02c9fb0f4dd58b1e211f /doc | |
parent | 5491836dcbd14c16564722af37f93a7d39222c44 (diff) | |
parent | d6d2e95c56e3e9d578a756ff2419d27f33a2d6fd (diff) | |
download | tk-d9b5b677f67214d0139357cce37de33e61681bb3.zip tk-d9b5b677f67214d0139357cce37de33e61681bb3.tar.gz tk-d9b5b677f67214d0139357cce37de33e61681bb3.tar.bz2 |
[Bug 1945073]: Demo square.tcl cannot run; need package tktest
Diffstat (limited to 'doc')
-rw-r--r-- | doc/wish.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |