diff options
Diffstat (limited to 'library/demos/rolodex')
-rw-r--r-- | library/demos/rolodex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/rolodex b/library/demos/rolodex index 8245a67..e117edf 100644 --- a/library/demos/rolodex +++ b/library/demos/rolodex @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish8.4 "$0" ${1+"$@"} || exec wish "$0" ${1+"$@"} +exec wish "$0" ${1+"$@"} # rolodex -- # This script was written as an entry in Tom LaStrange's rolodex @@ -8,7 +8,7 @@ exec wish8.4 "$0" ${1+"$@"} || exec wish "$0" ${1+"$@"} # feel of a rolodex program, although it's lifeless and doesn't # actually do the rolodex application. # -# RCS: @(#) $Id: rolodex,v 1.3 2001/10/30 10:17:07 dkf Exp $ +# RCS: @(#) $Id: rolodex,v 1.4 2001/11/05 10:13:53 dkf Exp $ foreach i [winfo child .] { catch {destroy $i} |