diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-11-22 16:53:14 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-11-22 16:53:14 (GMT) |
commit | f30c284e79cc8ac17fa1f8059e165bc17e413eb9 (patch) | |
tree | f9c2a49d5f99d7bdccf87da7686931a2bd21c71f /doc | |
parent | 4a3bf71d87948d9b719af393dbb70e45edbe66b3 (diff) | |
download | tk-f30c284e79cc8ac17fa1f8059e165bc17e413eb9.zip tk-f30c284e79cc8ac17fa1f8059e165bc17e413eb9.tar.gz tk-f30c284e79cc8ac17fa1f8059e165bc17e413eb9.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
@@ -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 |