We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The post-commit hook gets me this:
sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
The text was updated successfully, but these errors were encountered:
...Well, yes, it seems only GNU sed is supported. For us peasants on OSX, use Homebrew to install GNU sed like so:
brew reinstall gnu-sed --with-default-names
Sorry, something went wrong.
okay, but there's still a problem with grep:
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]] [-e pattern] [-f file] [--binary-files=value] [--color=when] [--context[=num]] [--directories=action] [--label] [--line-buffered] [--null] [pattern] [file ...]
I made a quick Pull Request to remove a stray GNU grep style command from the post-commit hook. Thanks for bringing this to my attention.
post-commit
Test out the PR branch if you could and let me know if you run into any more POSIX/GNU issues!
Successfully merging a pull request may close this issue.
The post-commit hook gets me this:
The text was updated successfully, but these errors were encountered: