Ignore:
Timestamp:
Apr 21, 2006, 2:07:34 PM (19 years ago)
Author:
dkearney
Message:

added -killsignal to bgexec call so it will use SIGTERM, a signal that can be caught by wrapper scripts and other programs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/tool.tcl

    r158 r405  
    127127            ::Rappture::Tool::job(control) \
    128128            -keepnewline yes \
     129            -killsignal SIGTERM \
    129130            -onoutput [list [itcl::code $this _output]] \
    130131            -output ::Rappture::Tool::job(output) \
Note: See TracChangeset for help on using the changeset viewer.