diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 16:53:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 16:53:14 (GMT) |
commit | d6d2e95c56e3e9d578a756ff2419d27f33a2d6fd (patch) | |
tree | f9c2a49d5f99d7bdccf87da7686931a2bd21c71f /library/demos/rmt | |
parent | c53792e679a7832dbc58ce3bdd8fe5ca743c34a8 (diff) | |
download | tk-d6d2e95c56e3e9d578a756ff2419d27f33a2d6fd.zip tk-d6d2e95c56e3e9d578a756ff2419d27f33a2d6fd.tar.gz tk-d6d2e95c56e3e9d578a756ff2419d27f33a2d6fd.tar.bz2 |
[Bug 1945073]: Demo square.tcl cannot run; need package tktest
Diffstat (limited to 'library/demos/rmt')
-rw-r--r-- | library/demos/rmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/rmt b/library/demos/rmt index 3484744..423c4a6 100644 --- a/library/demos/rmt +++ b/library/demos/rmt @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "$@" +exec wish "$0" ${1+"$@"} # rmt -- # This script implements a simple remote-control mechanism for |