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

mktemp in git-review throws a usage error on OS X Yosemite #60

Open
tetraptych opened this issue Mar 23, 2017 · 0 comments
Open

mktemp in git-review throws a usage error on OS X Yosemite #60

tetraptych opened this issue Mar 23, 2017 · 0 comments

Comments

@tetraptych
Copy link

On OS X Yosemite 10.10.5, the following line of git-review throws an error:

readonly MESSAGE_FILE=$(mktemp)

usage: mktemp [-d] [-q] [-t prefix] [-u] template ... mktemp [-d] [-q] [-u] -t prefix

Apparently Yosemite doesn't allow for running mktemp with no arguments. This problem and a workaround is discussed on this issue.

Not a major issue as it looks like most other OS versions handle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant