aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy
diff options
context:
space:
mode:
authorDesWurstes <[email protected]>2018-06-20 12:54:54 +0300
committerDesWurstes <[email protected]>2018-06-20 11:12:41 +0300
commit000000035b20402dea3e8168165cd4eefdc97539 (patch)
tree47913b7023ef6cf8910093853d7b972141b9a9db /contrib/macdeploy
parentMerge #13439: rpc: Avoid "duplicate" return value for invalid submitblock (diff)
downloaddiscoin-000000035b20402dea3e8168165cd4eefdc97539.tar.xz
discoin-000000035b20402dea3e8168165cd4eefdc97539.zip
Obsolete #!/bin/bash shebang
Diffstat (limited to 'contrib/macdeploy')
-rwxr-xr-xcontrib/macdeploy/extract-osx-sdk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/macdeploy/extract-osx-sdk.sh b/contrib/macdeploy/extract-osx-sdk.sh
index 94122b56f..4c175156f 100755
--- a/contrib/macdeploy/extract-osx-sdk.sh
+++ b/contrib/macdeploy/extract-osx-sdk.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (c) 2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.