Differences From Artifact [f8b2da0698]:
- Executable file client/teapot-client.tcl — part of check-in [1efd339cd7] at 2009-04-18 03:11:05 on branch trunk — Updated client to sort list output (user: rkeene, size: 1796) [annotate] [blame] [check-ins using]
To Artifact [2810807ee8]:
- Executable file client/teapot-client.tcl — part of check-in [222dca07e6] at 2009-04-18 03:58:26 on branch trunk — Updated teapot-client list to default to using the current system information (user: rkeene, size: 1863) [annotate] [blame] [check-ins using]
︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - - + + | foreach ext $failedexts { puts " $ext" } exit 1 } } "list" { |
︙ |