summaryrefslogtreecommitdiffstats
path: root/library/demos/timer
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2011-11-22 17:07:03 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2011-11-22 17:07:03 (GMT)
commit14c1e5a7f8cd3561973137f9db0fdd8c6f04d09d (patch)
treeede464725f08f61d3a9f02c9fb0f4dd58b1e211f /library/demos/timer
parent31c3e130f9a6d96cbe9512df52dceb732f5e7317 (diff)
parentaf8629dba394f92fa3cc3428c601f7e4cea949be (diff)
downloadtk-14c1e5a7f8cd3561973137f9db0fdd8c6f04d09d.zip
tk-14c1e5a7f8cd3561973137f9db0fdd8c6f04d09d.tar.gz
tk-14c1e5a7f8cd3561973137f9db0fdd8c6f04d09d.tar.bz2
[Bug 1945073]: Demo square.tcl cannot run; need package tktest
FossilOrigin-Name: 8ef7384bc924a7b400e0b9fd11484fecb6b7f886
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 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.