From 688f665a5e526fda0fb797bf617412fe9cbe64fd Mon Sep 17 00:00:00 2001 From: vim88 Date: Wed, 28 Nov 2018 22:43:18 +0200 Subject: 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. --- contrib/qos/tc.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') 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. -- cgit v1.2.3