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
6
6
set -e
7
7
8
8
if [ -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> ...]"
10
10
echo
11
11
echo " Must specify a single argument: the directory in which db4 will be built."
12
12
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 1
1
#! /usr/bin/env bash
2
2
#
3
- # Copyright (c) 2017 The Bitcoin Core developers
3
+ # Copyright (c) 2017-2019 The Bitcoin Core developers
4
4
# Distributed under the MIT software license, see the accompanying
5
5
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
6
#
@@ -12,11 +12,11 @@ export LC_ALL=C
12
12
while getopts " ?" opt; do
13
13
case $opt in
14
14
? )
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 -?"
18
18
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 "
20
20
exit 0
21
21
;;
22
22
esac
You can’t perform that action at this time.
0 commit comments