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 | e8fb7d316cdd838a4bd4658932ec3a567eb20e50 (patch) | |
tree | ede464725f08f61d3a9f02c9fb0f4dd58b1e211f /library/demos/timer | |
parent | 827d1a2f9c38c69cc63f1d4734d916d0e9885498 (diff) | |
parent | 7c0ca69d2510691fb2f0644a3146e9d9d2d90d0a (diff) | |
download | tk-e8fb7d316cdd838a4bd4658932ec3a567eb20e50.zip tk-e8fb7d316cdd838a4bd4658932ec3a567eb20e50.tar.gz tk-e8fb7d316cdd838a4bd4658932ec3a567eb20e50.tar.bz2 |
[Bug 1945073]: Demo square.tcl cannot run; need package tktest
Diffstat (limited to 'library/demos/timer')
-rw-r--r-- | library/demos/timer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/timer b/library/demos/timer index 694227f..e10b840 100644 --- a/library/demos/timer +++ b/library/demos/timer @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "$@" +exec wish "$0" ${1+"$@"} # timer -- # This script generates a counter with start and stop buttons. |