aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-01-20 18:32:47 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-02-12 23:25:54 +0200
commit8c9b8a3668f3ecdd0fded01c2469d6c7d6168c39 (patch)
tree1e9f175e74936e21565d7a218ab18b110c251e2e /contrib
parent978682b9dccfb48425c0129431bb108e78e33e4e (diff)
downloadbitcoin-8c9b8a3668f3ecdd0fded01c2469d6c7d6168c39.tar.xz
Replace script name with special parameter
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/install_db4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/install_db4.sh b/contrib/install_db4.sh
index e90b8af7e1..088d1c9dce 100755
--- a/contrib/install_db4.sh
+++ b/contrib/install_db4.sh
@@ -6,7 +6,7 @@ export LC_ALL=C
set -e
if [ -z "${1}" ]; then
- echo "Usage: ./install_db4.sh <base-dir> [<extra-bdb-configure-flag> ...]"
+ echo "Usage: $0 <base-dir> [<extra-bdb-configure-flag> ...]"
echo
echo "Must specify a single argument: the directory in which db4 will be built."
echo "This is probably \`pwd\` if you're at the root of the bitcoin repository."