Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxhmikosr <xhmikosr@yahoo.com>2012-08-01 19:04:31 +0400
committerxhmikosr <xhmikosr@yahoo.com>2012-08-02 00:01:14 +0400
commit93863126130dcce03d2abfd0642c6e593d552a0a (patch)
tree40f7a06cac01370fe78de168f6f339f17787047c /update_version.bat
parent2b6d29a0fbbdb419276798396cd3d930b3489171 (diff)
everything should compile even without git now
Diffstat (limited to 'update_version.bat')
-rw-r--r--update_version.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/update_version.bat b/update_version.bat
index daf137923..dbd66504c 100644
--- a/update_version.bat
+++ b/update_version.bat
@@ -29,7 +29,6 @@ IF EXIST "build.user.bat" (
)
SET PATH=%MPCHC_MSYS%\bin;%MPCHC_GIT%\cmd;%PATH%
-FOR %%G IN (git.exe) DO (SET FOUND=%%~$PATH:G)
FOR %%G IN (sh.exe) DO (SET FOUND=%%~$PATH:G)
IF NOT DEFINED FOUND GOTO MissingVar