We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e956467 commit 401e0ceCopy full SHA for 401e0ce
ci/scripts/ci.sh
@@ -1,4 +1,9 @@
1
#!/usr/bin/env bash
2
+#
3
+# Copyright (c) The Bitcoin Core developers
4
+# Distributed under the MIT software license, see the accompanying
5
+# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
+
7
export LC_ALL=C.UTF-8
8
9
set -o errexit -o nounset -o pipefail -o xtrace
ci/scripts/run.sh
0 commit comments