Revert Non-Necessary Change. Thank Bigpet.

This commit is contained in:
luxsie 2015-04-09 21:30:24 +08:00
parent a2ab685ba9
commit ef7166057a

View File

@ -25,7 +25,7 @@ call %GIT% describe > NUL 2> NUL
if errorlevel 1 (
echo Git not on path, trying default Msysgit paths
set GIT="%ProgramFiles(x86)%\Git\bin\git.exe"
call %GIT% describe > NUL 2> NUL
call !GIT! describe > NUL 2> NUL
if errorlevel 1 (
set GIT="%ProgramFiles%\Git\bin\git.exe"
)