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
893 893 return -code error "reinplace permissions failed" 894 894 } 895 895 896 if {[catch { file copy -force$tmpfile $file} error]} {896 if {[catch {exec cp $tmpfile $file} error]} { 897 897 global errorInfo 898 898 ui_debug "$errorInfo" 899 899 ui_error "reinplace: $error"