aboutsummaryrefslogtreecommitdiff
path: root/contrib/verify-commits
diff options
context:
space:
mode:
authorDesWurstes <DesWurstes@users.noreply.github.com>2018-06-20 12:54:54 +0300
committerDesWurstes <DesWurstes@users.noreply.github.com>2018-06-20 11:12:41 +0300
commit000000035b20402dea3e8168165cd4eefdc97539 (patch)
tree47913b7023ef6cf8910093853d7b972141b9a9db /contrib/verify-commits
parent3f398d7a17f136cd4a67998406ca41a124ae2966 (diff)
downloadbitcoin-000000035b20402dea3e8168165cd4eefdc97539.tar.xz
Obsolete #!/bin/bash shebang
Diffstat (limited to 'contrib/verify-commits')
-rwxr-xr-xcontrib/verify-commits/pre-push-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/verify-commits/pre-push-hook.sh b/contrib/verify-commits/pre-push-hook.sh
index 152f4e32e4..4db4a90853 100755
--- a/contrib/verify-commits/pre-push-hook.sh
+++ b/contrib/verify-commits/pre-push-hook.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/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.