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-07-29 10:49:33 +0400
committerxhmikosr <xhmikosr@yahoo.com>2012-07-29 11:15:54 +0400
commit0a479cdedba5d0dc4f3e3e6b4738643e8cf7fd4a (patch)
tree79908a23a3a161f6736d38e549a82b0c9a4cbf68 /update_version.bat
parentc81e9e528ab8919b001d86c0de6d7484b97c9832 (diff)
batch files cosmetics
Diffstat (limited to 'update_version.bat')
-rw-r--r--update_version.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_version.bat b/update_version.bat
index 100bdb600..daf137923 100644
--- a/update_version.bat
+++ b/update_version.bat
@@ -29,8 +29,8 @@ IF EXIST "build.user.bat" (
)
SET PATH=%MPCHC_MSYS%\bin;%MPCHC_GIT%\cmd;%PATH%
-FOR %%X IN (git.exe) DO (SET FOUND=%%~$PATH:X)
-FOR %%X IN (sh.exe) DO (SET FOUND=%%~$PATH:X)
+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
sh.exe ./version.sh