aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-12-06 15:45:48 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-12-06 15:47:44 +0100
commit0936e2596bbf4f4047bf2ae440891466c7769805 (patch)
treecb38f2f91f3cb5868a8092cc22928196f6962591 /contrib
parent127b30cce8af6acef6fb1dafff2e6a1d90bf900f (diff)
parent688f665a5e526fda0fb797bf617412fe9cbe64fd (diff)
downloadbitcoin-0936e2596bbf4f4047bf2ae440891466c7769805.tar.xz
Merge #14831: Scripts and tools: Use #!/usr/bin/env bash instead of #!/bin/bash.
688f665a5e526fda0fb797bf617412fe9cbe64fd Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin/bash, added linting for .sh files shebang and updated the Developer Notes. (vim88) Pull request description: As it was discussed in [#13510](https://github.com/bitcoin/bitcoin/pull/13510), it is better to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. Tree-SHA512: 25f71eb9a6a0cdc91568b5c6863205c5fe095f77a69e633503a2ac7805bd9013af8538e538c0c666ce96a28e3f43ce7a8df5f08d4ff007723bb588d85674f2da
Diffstat (limited to 'contrib')
-rw-r--r--contrib/qos/tc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/qos/tc.sh b/contrib/qos/tc.sh
index 738ea70dbe..5f9b87d9b2 100644
--- a/contrib/qos/tc.sh
+++ b/contrib/qos/tc.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+#
# Copyright (c) 2017 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.