Ticket #20896: portutil.tcl.diff

File portutil.tcl.diff, 512 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 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"