diff options
| author | vim88 <[email protected]> | 2018-11-28 22:43:18 +0200 |
|---|---|---|
| committer | vim88 <[email protected]> | 2018-12-02 16:14:21 +0200 |
| commit | 688f665a5e526fda0fb797bf617412fe9cbe64fd (patch) | |
| tree | 5a9dc35e71cfd69c01a5c6a9aa18282483b2538b /src | |
| parent | Merge #14822: bench: Destroy wallet txs instead of leaking their memory (diff) | |
| download | discoin-688f665a5e526fda0fb797bf617412fe9cbe64fd.tar.xz discoin-688f665a5e526fda0fb797bf617412fe9cbe64fd.zip | |
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.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/qt/res/movies/makespinner.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/res/movies/makespinner.sh b/src/qt/res/movies/makespinner.sh index 76e36e4f3..f47c66e02 100755 --- a/src/qt/res/movies/makespinner.sh +++ b/src/qt/res/movies/makespinner.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash +# # Copyright (c) 2014-2015 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. |