diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-05 13:35:02 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-05 13:35:07 +0200 |
| commit | 2844b9e90e588ea04bc2116188fa3eef195d3be8 (patch) | |
| tree | 5a27271aedc9a15578641c3a131def24b139d509 | |
| parent | qa/pull-tester/rpc-tests.py: chmod 0755 (diff) | |
| parent | build: Remove unnecessary chmods after #6616 (diff) | |
| download | discoin-2844b9e90e588ea04bc2116188fa3eef195d3be8.tar.xz discoin-2844b9e90e588ea04bc2116188fa3eef195d3be8.zip | |
Merge pull request #6759
ea70997 build: Remove unnecessary chmods after #6616 (Wladimir J. van der Laan)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9a1029e79..dd6c7d008 100644 --- a/configure.ac +++ b/configure.ac @@ -900,7 +900,6 @@ AC_SUBST(MINIUPNPC_LIBS) AC_CONFIG_FILES([Makefile src/Makefile share/setup.nsi share/qt/Info.plist src/test/buildenv.py]) AC_CONFIG_FILES([qa/pull-tester/run-bitcoind-for-test.sh],[chmod +x qa/pull-tester/run-bitcoind-for-test.sh]) AC_CONFIG_FILES([qa/pull-tester/tests_config.py],[chmod +x qa/pull-tester/tests_config.py]) -chmod +x qa/pull-tester/rpc-tests.py dnl boost's m4 checks do something really nasty: they export these vars. As a dnl result, they leak into secp256k1's configure and crazy things happen. @@ -946,6 +945,5 @@ case ${OS} in *Windows*) sed 's/BUILDDIR="\/\([[a-z]]\)/BUILDDIR="\1:/' qa/pull-tester/tests_config.py > qa/pull-tester/tests_config-2.py mv qa/pull-tester/tests_config-2.py qa/pull-tester/tests_config.py - chmod +x qa/pull-tester/tests_config.py ;; esac |