summaryrefslogtreecommitdiffstats
path: root/library/demos/timer
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2011-11-22 16:53:14 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2011-11-22 16:53:14 (GMT)
commitaf8629dba394f92fa3cc3428c601f7e4cea949be (patch)
treef9c2a49d5f99d7bdccf87da7686931a2bd21c71f /library/demos/timer
parent46e7661baecbcb279babd220b886da7da00ebfdb (diff)
downloadtk-af8629dba394f92fa3cc3428c601f7e4cea949be.zip
tk-af8629dba394f92fa3cc3428c601f7e4cea949be.tar.gz
tk-af8629dba394f92fa3cc3428c601f7e4cea949be.tar.bz2
[Bug 1945073]: Demo square.tcl cannot run; need package tktest
FossilOrigin-Name: 43a8cf526d404a639cf316736be75e4bfbea4c59
Diffstat (limited to 'library/demos/timer')
-rw-r--r--library/demos/timer2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/timer b/library/demos/timer
index cfa3651..320cd0e 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.