Skip to content
New issue

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

Fix git author setting for brew upload #15005

Merged
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Avoid using variables in printf format string

  • Loading branch information
aneeshusa committed Jan 13, 2017
commit 78a2e6a93091e48750d117f6b8a52c2d78411f97
@@ -11,7 +11,9 @@ shopt -s failglob


usage() {
printf "usage: ${0} android|linux|mac|macbrew|windows-gnu|windows-msvc\n"
printf \
"usage: %s android|linux|mac|macbrew|windows-gnu|windows-msvc\n" \
"${0}"
}


ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.