Skip to content

Commit c9924a2

Browse files
committed
Fix incorrect shell quoting in FreeBSD build instructions.
1 parent 7c32b41 commit c9924a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pkg install autoconf automake boost-libs git gmake libevent libtool openssl pkgc
1717
For the wallet (optional):
1818
```
1919
./contrib/install_db4.sh `pwd`
20-
export BDB_PREFIX='$PWD/db4'
20+
export BDB_PREFIX="$PWD/db4"
2121
```
2222

2323
See [dependencies.md](dependencies.md) for a complete overview.

0 commit comments

Comments
 (0)