From c9924a2756a66ed868ddf307c73fd9873ec8b075 Mon Sep 17 00:00:00 2001 From: murrayn Date: Fri, 15 Jun 2018 01:34:40 -0700 Subject: [PATCH] Fix incorrect shell quoting in FreeBSD build instructions. --- doc/build-freebsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md index c2e4e36df..48746ce0c 100644 --- a/doc/build-freebsd.md +++ b/doc/build-freebsd.md @@ -17,7 +17,7 @@ pkg install autoconf automake boost-libs git gmake libevent libtool openssl pkgc 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.