diff options
| author | DesWurstes <[email protected]> | 2018-06-20 12:54:54 +0300 |
|---|---|---|
| committer | DesWurstes <[email protected]> | 2018-06-20 11:12:41 +0300 |
| commit | 000000035b20402dea3e8168165cd4eefdc97539 (patch) | |
| tree | 47913b7023ef6cf8910093853d7b972141b9a9db /test/lint/lint-python-utf8-encoding.sh | |
| parent | Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock (diff) | |
| download | discoin-000000035b20402dea3e8168165cd4eefdc97539.tar.xz discoin-000000035b20402dea3e8168165cd4eefdc97539.zip | |
Obsolete #!/bin/bash shebang
Diffstat (limited to 'test/lint/lint-python-utf8-encoding.sh')
| -rwxr-xr-x | test/lint/lint-python-utf8-encoding.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/lint-python-utf8-encoding.sh b/test/lint/lint-python-utf8-encoding.sh index d0ff38ea0..14183a5cc 100755 --- a/test/lint/lint-python-utf8-encoding.sh +++ b/test/lint/lint-python-utf8-encoding.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright (c) 2018 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying |