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.

This commit is contained in:
vim88
2018-11-28 22:43:18 +02:00
parent 60b20c869f
commit 688f665a5e
5 changed files with 40 additions and 2 deletions

View File

@ -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.