carolynvs / magex

Helper methods for Magefiles
MIT License
32 stars 7 forks source link

Fix copying over an existing directory #7

Closed carolynvs closed 3 years ago

carolynvs commented 3 years ago

When I run cp -R somedir otherdir/ and otherdir/somedir already exists, copy should not fail trying to create the directory and should continue to copy children into the existing directory instead.