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 | 7c0ca69d2510691fb2f0644a3146e9d9d2d90d0a (patch) | |
tree | f9c2a49d5f99d7bdccf87da7686931a2bd21c71f /library/demos/widget | |
parent | 6628f106b262828e656b741087da141dea6a58eb (diff) | |
download | tk-7c0ca69d2510691fb2f0644a3146e9d9d2d90d0a.zip tk-7c0ca69d2510691fb2f0644a3146e9d9d2d90d0a.tar.gz tk-7c0ca69d2510691fb2f0644a3146e9d9d2d90d0a.tar.bz2 |
[Bug 1945073]: Demo square.tcl cannot run; need package tktest
Diffstat (limited to 'library/demos/widget')
-rw-r--r-- | library/demos/widget | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/widget b/library/demos/widget index f99760e..d4ec511 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "$@" +exec wish "$0" ${1+"$@"} # widget -- # This script demonstrates the various widgets provided by Tk, |