URI: 
       tfix typo in prev - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 121be4cde6a48d1828ebdb409bdd714a3f1fead1
   DIR parent f5f3394552c4efa46b71e13d1ad3ab171936bd88
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed, 17 Jun 2020 00:22:46 +0200
       
       fix typo in prev
       
       Diffstat:
         M contrib/build-wine/prepare-wine.sh  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh
       t@@ -119,7 +119,7 @@ info "Building PyInstaller."
            git init
            git remote add origin $PYINSTALLER_REPO
            git fetch --depth 1 origin $PYINSTALLER_COMMIT
       -    git checkout -b pinned "${$PYINSTALLER_COMMIT}^{commit}"
       +    git checkout -b pinned "${PYINSTALLER_COMMIT}^{commit}"
            rm -fv PyInstaller/bootloader/Windows-*/run*.exe || true
            # add reproducible randomness. this ensures we build a different bootloader for each commit.
            # if we built the same one for all releases, that might also get anti-virus false positives