Skip to content

Commit

Permalink
Merge pull request moses-smt#196 from astronautguo/master
Browse files Browse the repository at this point in the history
fix bug when copying to cache
  • Loading branch information
hieuhoang committed May 4, 2018
2 parents ae47469 + f47e670 commit 999e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ems/support/cache-model.perl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sub cache_file {
else {
# okay, go for it
`touch $cached_path$suffix.lock`;
`cp $path$suffix $cached_path$suffix`;
`cp -r $path$suffix $cached_path$suffix`;
`rm $cached_path$suffix.lock`;
}

Expand Down

0 comments on commit 999e83d

Please sign in to comment.