mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 66114cd45b into merged_master (Bitcoin PR bitcoin/bitcoin#30336)
This commit is contained in:
commit
863cb362db
1 changed files with 7 additions and 7 deletions
|
|
@ -1,13 +1,13 @@
|
|||
commit 0e953866fc4672486e29e1ba6d83b4207e7b2f0b
|
||||
Author: fanquake <fanquake@gmail.com>
|
||||
Date: Tue Aug 18 15:09:06 2020 +0800
|
||||
Do not assume FHS in scripts
|
||||
|
||||
Don't hardcode pwd path
|
||||
On systems that do not follow the Filesystem Hierarchy Standard, such as
|
||||
guix, the hardcoded `/bin/pwd` will fail to be found so that the script
|
||||
will fail.
|
||||
|
||||
Let a man use his builtins if he wants to! Also, removes the unnecessary
|
||||
assumption that pwd lives under /bin/pwd.
|
||||
Use `pwd`, instead, so that the command can be found through the normal
|
||||
path search mechanism.
|
||||
|
||||
See #15581.
|
||||
See https://github.com/qt/qtbase/commit/3388de698bfb9bbc456c08f03e83bf3e749df35c.
|
||||
|
||||
diff --git a/qtbase/configure b/qtbase/configure
|
||||
index 08b49a8d..faea5b55 100755
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue