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
Attempting to run this repo's ./build.sh, without parameters, on an Apple Silicon Mac yields:
./build.sh
jahorton@Mactop keyboards % ./build.sh [/Users/jahorton/keymanapp/keyboards] build.sh parameters: <> grep: invalid option -- P usage: grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-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 ...] grep: invalid option -- P usage: grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-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 ...] grep: invalid option -- P usage: grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-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 ...] grep: invalid option -- P usage: grep [-abcdDEFGHhIiJLlMmnOopqRSsUVvwXxZz] [-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 ...] [/Users/jahorton/keymanapp/keyboards] ## build starting... [/Users/jahorton/keymanapp/keyboards] ## build completed successfully jahorton@Mactop keyboards %
I'm pretty sure this is occurring within the collect_build_targets function in resources/build_targets.inc.sh.
collect_build_targets
resources/build_targets.inc.sh
The text was updated successfully, but these errors were encountered:
Le sigh apple versions of software.
This may help: https://stackoverflow.com/questions/59232089/how-to-install-gnu-grep-on-mac-os
Sorry, something went wrong.
No branches or pull requests
Attempting to run this repo's
./build.sh
, without parameters, on an Apple Silicon Mac yields:I'm pretty sure this is occurring within the
collect_build_targets
function inresources/build_targets.inc.sh
.The text was updated successfully, but these errors were encountered: