Changeset 5663 for trunk/gui/apps/launcher.tcl
- Timestamp:
- Jun 5, 2015, 3:02:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/apps/launcher.tcl
r4970 r5663 258 258 # Note: We're sourcing the driver file "main.tcl" rather than exec-ing 259 259 # wish because we want to see stderr and stdout messages when they 260 # are written, rather than when the program completes. It also 261 # eliminates one process waiting for the other to complete. If 262 # "exec" is needed, then the following could be replaced with 260 # are written, rather than when the program completes. It also 261 # eliminates one process waiting for the other to complete. If 262 # "exec" is needed, then the following could be replaced with 263 263 # blt::bgexec. It doesn't try to redirect stderr into a file. 264 264 set argv $alist
Note: See TracChangeset
for help on using the changeset viewer.