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.
This commit is contained in:
Jeff Frontz 2018-05-25 15:29:30 -04:00 committed by Wladimir J. van der Laan
parent 610f4dd719
commit f44a0ebfff

View file

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