Differences From Artifact [78920355a8]:
- Executable file build/web/process_queue — part of check-in [592e72598f] at 2014-07-23 01:17:34 on branch trunk — Updated to output environment variables set (user: rkeene, size: 2801) [annotate] [blame] [check-ins using]
To Artifact [ad31dc7738]:
- Executable file build/web/process_queue — part of check-in [99ac6273b2] at 2014-07-23 01:34:16 on branch trunk — Updated to define a path to Tclkit (user: rkeene, size: 2846) [annotate] [blame] [check-ins using] [more...]
11 11 file rename "$queue" "${queue}.old" 12 12 } 13 13 set queue "${queue}.old" 14 14 15 15 set fd [open $queue r] 16 16 set data [read $fd] 17 17 close $fd 18 + 19 +set ::env(TCLKIT) "/home/rkeene/bin/tclkit" 18 20 19 21 foreach line [split $data "\n"] { 20 22 if {$line == ""} { 21 23 continue 22 24 } 23 25 24 26 unset -nocomplain buildinfo