File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export LC_ALL=C
66set -e
77
88if [ -z " ${1} " ]; then
9- echo " Usage: ./install_db4.sh <base-dir> [<extra-bdb-configure-flag> ...]"
9+ echo " Usage: $0 <base-dir> [<extra-bdb-configure-flag> ...]"
1010 echo
1111 echo " Must specify a single argument: the directory in which db4 will be built."
1212 echo " This is probably \` pwd\` if you're at the root of the bitcoin repository."
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3- # Copyright (c) 2017 The Bitcoin Core developers
3+ # Copyright (c) 2017-2019 The Bitcoin Core developers
44# Distributed under the MIT software license, see the accompanying
55# file COPYING or http://www.opensource.org/licenses/mit-license.php.
66#
@@ -12,11 +12,11 @@ export LC_ALL=C
1212while getopts " ?" opt; do
1313 case $opt in
1414 ? )
15- echo " Usage: .lint-whitespace.sh [N]"
16- echo " TRAVIS_COMMIT_RANGE='<commit range>' .lint-whitespace.sh "
17- echo " .lint-whitespace.sh -?"
15+ echo " Usage: $0 [N]"
16+ echo " TRAVIS_COMMIT_RANGE='<commit range>' $0 "
17+ echo " $0 -?"
1818 echo " Checks unstaged changes, the previous N commits, or a commit range."
19- echo " TRAVIS_COMMIT_RANGE='47ba2c3...ee50c9e' .lint-whitespace.sh "
19+ echo " TRAVIS_COMMIT_RANGE='47ba2c3...ee50c9e' $0 "
2020 exit 0
2121 ;;
2222 esac
You can’t perform that action at this time.
0 commit comments