File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b7908febca68700b4c14be5b55e4121e9f9ddb06
2
+ refs/heads/master: 8b16ccdd7b47a4c93d6357c800a221daaf8c7db4
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 9c96a79a74f10bed18b031ce0ac4126c56d6cfb3
5
5
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ pub fn copy(from: &Path, to: &Path) -> IoResult<()> {
382
382
let mut reader = try!( File :: open ( from) ) ;
383
383
let mut writer = try!( File :: create ( to) ) ;
384
384
385
- try!( super :: util:: copy ( & mut reader, & mut writer) ) ;
385
+ try!( update_err ( super :: util:: copy ( & mut reader, & mut writer) , from , to ) ) ;
386
386
387
387
chmod ( to, try!( update_err ( from. stat ( ) , from, to) ) . perm )
388
388
}
You can’t perform that action at this time.
0 commit comments