Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.#1333
Merged
laanwj merged 1 commit intobitcoin:masterfrom May 17, 2012
Merged
Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.#1333laanwj merged 1 commit intobitcoin:masterfrom
laanwj merged 1 commit intobitcoin:masterfrom
Conversation
Member
|
ACK BTW, wouldnt't the same be needed in the other makefiles? |
Contributor
Author
|
@laanwj maybe... I'll track them down as add to this commit, shall I? |
Contributor
Author
|
@laanwj ok, other Makefiles also updated. Thanks for pointing this out. |
laanwj
added a commit
that referenced
this pull request
May 17, 2012
Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.
coblee
pushed a commit
to litecoin-project/litecoin
that referenced
this pull request
Jul 17, 2012
Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.
lateminer
pushed a commit
to lateminer/bitcoin
that referenced
this pull request
May 6, 2020
ebbb876 Peer initialization issues, bitcoin#8392 backport (furszy) Pull request description: Upstream@[8392](bitcoin#8392) backport. ACKs for top commit: random-zebra: ACK ebbb876 Mrs-X: utACK PIVX-Project@ebbb876 Tree-SHA512: 4abe3200e5b883df925f3144e22368d48569a25364b60ae63ade9ed4d4d66da759a7b427be8460bb6999342ca3fcb4653cbe5c93fc4da7f6843fab3bb1400ce7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
genbuild.sh will not run when used on filesystems without the execute flag for files. This is the only thing so far which causes make to fail in this situation, so an easy fix to restore functionality.