Changeset 2788
- Timestamp:
- Feb 24, 2012, 10:52:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/filexfer.tcl
r2772 r2788 52 52 if {[file executable $path]} { 53 53 # the new filexfer has a --provenance arg for file names 54 set info [exec $path --help ]54 set info [exec $path --help 2>@1] 55 55 if {[regexp -- {--provenance} $info]} { 56 56 lappend path --provenance
Note: See TracChangeset
for help on using the changeset viewer.