Overview
Comment: | Updated teapot-client list to default to using the current system information |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
222dca07e6dcc319ab9d808f8b21f644 |
User & Date: | rkeene on 2009-04-18 03:58:26 |
Other Links: | manifest | tags |
Context
2009-04-18
| ||
04:00 | Updated teapot-client to (possibly...) work on Windows check-in: 847b413b81 user: rkeene tags: trunk | |
03:58 | Updated teapot-client list to default to using the current system information check-in: 222dca07e6 user: rkeene tags: trunk | |
03:39 | Changed build script to copy kits to root of archive check-in: 40f0c560a5 user: rkeene tags: trunk | |
Changes
Modified client/teapot-client.tcl from [f8b2da0698] to [2810807ee8].
︙ | ︙ | |||
44 45 46 47 48 49 50 | foreach ext $failedexts { puts " $ext" } exit 1 } } "list" { | | | | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | foreach ext $failedexts { puts " $ext" } exit 1 } } "list" { set os [string tolower $tcl_platform(os)] set cpu [string tolower $tcl_platform(machine)] if {[llength $argv] > 0} { set os [lindex $argv 0] } if {[llength $argv] > 1} { set cpu [lindex $argv 1] } |
︙ | ︙ |