Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: replace backtick command substitution with $()
This is only needed for the very oldest of non-POSIX-compatible shells. Note that this code will also only be executed on macOS, where it'd be very unlikely to run into such a shell. Followup to bitcoin#1019. See: https://github.com/koalaman/shellcheck/wiki/SC2006 Co-authored-by: Hennadii Stepanov <[email protected]>
- Loading branch information