Conversation
This way when Python is updated only shebangs will be changed.
makecrx.sh
Outdated
There was a problem hiding this comment.
I used shasum instead of sha1sum for OS X compatibility. (Please check that your changes work with OS X if you can.)
|
Ah, right, OS X. Actually, the only potentially bad commit is exactly the one about |
|
As I can see sha1 hash is actually just echoed and not used elsewhere. So I assume the format doesn't really matter and it's ok if it won't output the file name, right? |
|
Yep, format doesn't matter. Also, see this discussion about python env: #138. |
|
@diracdeltas should we merge this? |
There was a problem hiding this comment.
I believe the purpose of this line is to allow using a recent makexpi to build an older release, but I'm not sure. @pde, do you know?
In any case, please leave the python2.7 call as-is. There was an earlier issue filed where someone explained how it's slightly more secure to call python explicitly when you can.
|
Makexpi has been heavily modified since this change so it's no longer applicable. Thank you for sending, though, and sorry we couldn't merge it earlier. |
No description provided.