Changeset 5984 for branches/1.4/lang/tcl
- Timestamp:
- Feb 9, 2016, 11:51:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4/lang/tcl/scripts/task.tcl
r5982 r5984 219 219 220 220 # write out the driver.xml file for the tool 221 global _rapptureCwd222 set file [file join $ _rapptureCwd"driver[pid].xml"]221 global rapptureInfo 222 set file [file join $rapptureInfo(cwd) "driver[pid].xml"] 223 223 set status [catch { 224 224 set fid [open $file w] … … 580 580 set rdir $_resources(-resultdir) 581 581 } else { 582 global _rapptureCwd583 set rdir $ _rapptureCwd582 global rapptureInfo 583 set rdir $rapptureInfo(cwd) 584 584 } 585 585 } elseif {$resultdir ne ""} {
Note: See TracChangeset
for help on using the changeset viewer.