]> granicus.if.org Git - esp-idf/commitdiff
windows: Add workaround for "git submodule" stray output bug
authorAngus Gratton <angus@espressif.com>
Tue, 12 Sep 2017 03:08:00 +0000 (13:08 +1000)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 13 Sep 2017 09:27:47 +0000 (17:27 +0800)
TW10271

tools/windows/windows_install_prerequisites.sh

index b4d6337682dca83ff7b035b58f6504f9c417b98e..e2a757eaa7e1c2eb94797a38712977c9b14bfad2 100644 (file)
@@ -35,6 +35,10 @@ pacman --noconfirm -Syu # This step may require the terminal to be closed and re
 
 pacman --noconfirm -S --needed gettext-devel gcc git make ncurses-devel flex bison gperf vim mingw-w64-i686-python2-pip unzip winpty
 
+# Workaround for errors when running "git submodule" commands
+# See https://github.com/Alexpux/MSYS2-packages/issues/735
+rm /mingw32/bin/envsubst.exe
+
 python -m pip install --upgrade pip
 
 pip install pyserial