Ignore:
Timestamp:
Apr 1, 2012, 4:03:26 PM (12 years ago)
Author:
gah
Message:

normalize filename before giving to filexfer

File:
1 edited

Legend:

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

    r2788 r2918  
    323323        set job(output) ""
    324324        set job(error) ""
     325       
     326        # Make sure we normalize the file name here.  Don't count
     327        # on filexfer command understanding tildes.
     328        set file [file normalize $file]
    325329
    326330        set status [catch {blt::bgexec ::Rappture::filexfer::job(control) \
Note: See TracChangeset for help on using the changeset viewer.