tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

Replace GNU cp -u #1

Closed dfguo closed 6 years ago

dfguo commented 6 years ago

Replace GNU cp -u, which does not exist on OS X, with cp -p which is BSD and GNU compatible

dfguo commented 6 years ago

seems like -u is already removed. this might not be necessary anymore

jakub-zarembinski commented 6 years ago

Yes, we've already done what you suggested. Thank you anyway.