New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20896: portutil.tcl.diff

File portutil.tcl.diff, 0.5 KB (added by ryandesign@…, 3 years ago)
  • src/port1.0/portutil.tcl

     
    893893            return -code error "reinplace permissions failed" 
    894894        } 
    895895 
    896         if {[catch {file copy -force $tmpfile $file} error]} { 
     896        if {[catch {exec cp $tmpfile $file} error]} { 
    897897            global errorInfo 
    898898            ui_debug "$errorInfo" 
    899899            ui_error "reinplace: $error"