-
Notifications
You must be signed in to change notification settings - Fork 37
Add 3 Xs (XXX) to the mktemp command argument #35
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
Add 3 Xs (XXX) to the mktemp command argument #35
Conversation
To fix the following error:
mktemp: too few X's in template ‘codesigndoc’
|
Which macOS version did you have this error with? |
|
The result of Thanks. |
|
It works for me on 10.12.3 O_O |
|
Running |
|
Ouch!!! Sorry for my carelessness. I have installed coreutils with homebrew. So, my I could run I'm very sorry. X-( |
Don't be! Actually, reading e.g. https://github.com/fisherman/fisherman/pull/8/files I have to agree that including The only thing is, you should add this to the template "wrap" script instead (https://github.com/bitrise-tools/codesigndoc/blob/master/_scripts/install_wrap.sh.template), as that's the one we use to auto generate the other ones! ;) Additionally, reading a couple of related docs, I'd suggest you to add 5 Xs instead of 3, that seems to be "universally accepted" on all platforms ;) |
|
Or maybe 6 |
|
Okay, I'm sure. I create some commits again which add 5 Xs to the template file. Please wait a minute. |
|
aahh... Yes, 6 Xs. I got it. Thanks for your advises! |
|
Can I do any other things? Squash 3 commits, change the title of this PR (3 Xs will make no sense in the future, I think) and etc. I do if you want. |
|
Perfect! Thank you, I'll re-generate the wrapper scripts in a sec! ;) |
|
Re-generated and pushed, if you run the Thanks again, and Happy Building! :) |
|
Thanks to merge! 😄 |
|
Thanks for the PR! ;) |
To fix the following error: