commit 515879968907ff55b06c9e859172979e88faffcd parent 8b66d7c8ae0e0df84c7f02dc624def69dbbd78aa Author: ThomasV <thomasv@electrum.org> Date: Wed, 29 Nov 2017 06:52:12 +0100 fix windows build script: pushd and popd require bash Diffstat:
M | contrib/build-wine/build.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/build-wine/build.sh b/contrib/build-wine/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Lucky number export PYTHONHASHSEED=22