Skip to content

Commit f44a0eb

Browse files
jhfrontzlaanwj
authored andcommitted
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.
1 parent 610f4dd commit f44a0eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/gitian-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
# Copyright (c) 2016 The Bitcoin Core developers
23
# Distributed under the MIT software license, see the accompanying
34
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

0 commit comments

Comments
 (0)