From 1af12666e496f367c8c9db85ce8907218ddaa3c3 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Mon, 6 Apr 2020 08:46:46 -0400 Subject: [PATCH] move git functions to git lib --- vendor/lib/lib_git.cmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/vendor/lib/lib_git.cmd b/vendor/lib/lib_git.cmd index ba5938b..239e853 100644 --- a/vendor/lib/lib_git.cmd +++ b/vendor/lib/lib_git.cmd @@ -239,11 +239,9 @@ exit /b if %errorlevel% geq 0 if exist "%test_dir:~0,-4%\cmd\git.exe" ( set "GIT_INSTALL_ROOT=%test_dir:~0,-4%" set test_dir= - goto :FOUND_GIT ) else if %errorlevel% geq 0 ( set "GIT_INSTALL_ROOT=%test_dir%" set test_dir= - goto :FOUND_GIT ) else ( call :verbose_output Found old %GIT_VERSION_USER% in "%test_dir%", but not using... set test_dir=