markchalloner / git-semver

Git plugin for Semantic Versioning
MIT License
381 stars 43 forks source link

Fix printf for OSX #17

Closed franciscocpg closed 8 years ago

franciscocpg commented 8 years ago

-printf does not exists for BSD find command so I was getting the following error when the folder .git-semver/plugins exists:

git semver next
find: -printf: unknown primary or operator

This PR fix this for OSX using -print and xargsremoving the remaining space.

franciscocpg commented 8 years ago

I read the CONTRIBUTING.md now and realize that you don't want PRs from master. I am closing this and opening a new one with feature branch.