From f44a0ebfff2e11c922bba577d64f115c566131c4 Mon Sep 17 00:00:00 2001 From: Jeff Frontz Date: Fri, 25 May 2018 15:29:30 -0400 Subject: Ensure gitian-build.sh uses bash If the user has some other login shell (e.g., ksh), the bashisms in gitian-build.sh don't work so well. --- contrib/gitian-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index 94d6a89c7b..5a925f2282 100755 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -1,3 +1,4 @@ +#!/bin/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. -- cgit v1.2.3