mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
merge bitcoin#13476: Fix incorrect shell quoting in FreeBSD build instructions
This commit is contained in:
parent
2ba8270308
commit
4124c168f8
@ -17,7 +17,7 @@ pkg install autoconf automake boost-libs git gmake libevent libtool pkgconf
|
||||
For the wallet (optional):
|
||||
```
|
||||
./contrib/install_db4.sh `pwd`
|
||||
export BDB_PREFIX='$PWD/db4'
|
||||
export BDB_PREFIX="$PWD/db4"
|
||||
```
|
||||
|
||||
See [dependencies.md](dependencies.md) for a complete overview.
|
||||
|
Loading…
Reference in New Issue
Block a user