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 f4dffdd commit 3b4b6dcCopy full SHA for 3b4b6dc
autogen.sh
@@ -1,4 +1,8 @@
1
#!/bin/sh
2
+# Copyright (c) 2013-2016 The Bitcoin Core developers
3
+# Distributed under the MIT software license, see the accompanying
4
+# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
+
6
set -e
7
srcdir="$(dirname $0)"
8
cd "$srcdir"
share/genbuild.sh
+# Copyright (c) 2012-2016 The Bitcoin Core developers
if [ $# -gt 1 ]; then
cd "$2"
fi
0 commit comments