From bb4ed4af51fd0dd1f7953f1a8989c9aee58ec1c0 Mon Sep 17 00:00:00 2001 From: gaoslin <40920884+gaoslin@users.noreply.github.com> Date: Tue, 18 Sep 2018 17:26:11 +0800 Subject: [PATCH] Update init.bat --- vendor/init.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/init.bat b/vendor/init.bat index e3b9b6e..2b1ae5f 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -210,9 +210,9 @@ if defined GIT_INSTALL_ROOT ( rem add the unix commands at the end to not shadow windows commands like more if exist "!GIT_INSTALL_ROOT!\cmd\git.exe" %lib_path% enhance_path "!GIT_INSTALL_ROOT!\cmd" append if exist "!GIT_INSTALL_ROOT!\mingw32" ( - %lib_path% enhance_path "!GIT_INSTALL_ROOT!\mingw32" append + %lib_path% enhance_path "!GIT_INSTALL_ROOT!\mingw32\bin" append ) else if exist "!GIT_INSTALL_ROOT!\mingw64" ( - %lib_path% enhance_path "!GIT_INSTALL_ROOT!\mingw64" append + %lib_path% enhance_path "!GIT_INSTALL_ROOT!\mingw64\bin" append ) %lib_path% enhance_path "!GIT_INSTALL_ROOT!\usr\bin" append