tminor update for build-wine - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 49398643e60740782a2bdd79d5b3ecf038c67734 DIR parent df2c38b72d372423bc9f1bbff47e56b9b6c5bf37 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 29 May 2017 09:46:31 +0200 minor update for build-wine Diffstat: M contrib/build-wine/build-electrum-… | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/contrib/build-wine/build-electrum-git.sh b/contrib/build-wine/build-electrum-git.sh t@@ -23,8 +23,8 @@ if [ -d "electrum-git" ]; then # GIT repository found, update it echo "Pull" cd electrum-git - git checkout master git pull + git checkout $BRANCH cd .. else # GIT repository not found, clone it