Changeset 2788


Ignore:
Timestamp:
Feb 24, 2012, 10:52:33 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2772 r2788  
    5252        if {[file executable $path]} {
    5353            # the new filexfer has a --provenance arg for file names
    54             set info [exec $path --help]
     54            set info [exec $path --help  2>@1]
    5555            if {[regexp -- {--provenance} $info]} {
    5656                lappend path --provenance
Note: See TracChangeset for help on using the changeset viewer.