From 8c9b8a3668f3ecdd0fded01c2469d6c7d6168c39 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 20 Jan 2019 18:32:47 +0200 Subject: Replace script name with special parameter --- contrib/install_db4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/install_db4.sh') 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 [ ...]" + echo "Usage: $0 [ ...]" 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." -- cgit v1.2.3