jsdotlua / jest-lua

Delightful testing for Lua.
http://jsdotlua.github.io/jest-lua
MIT License
33 stars 4 forks source link

Fix build scripts on MacOS #9

Closed vocksel closed 7 months ago

vocksel commented 8 months ago

I'm setting up the repo on MacOS and a problem I ran into is cp -r foo/ bar/ is resulting in the contents of the first dir being copied into the second. Apparently, for reasons unknown, omitting the trailing slash on the first dir will correctly copy into the second dir

Before After
Screenshot 2024-04-06 at 8 41 18 PM Screenshot 2024-04-06 at 8 40 56 PM

Checklist before submitting:

grilme99 commented 7 months ago

Thank you!!