Revert Non-Necessary Change. Thank Bigpet.
This commit is contained in:
@@ -25,7 +25,7 @@ call %GIT% describe > NUL 2> NUL
|
|||||||
if errorlevel 1 (
|
if errorlevel 1 (
|
||||||
echo Git not on path, trying default Msysgit paths
|
echo Git not on path, trying default Msysgit paths
|
||||||
set GIT="%ProgramFiles(x86)%\Git\bin\git.exe"
|
set GIT="%ProgramFiles(x86)%\Git\bin\git.exe"
|
||||||
call %GIT% describe > NUL 2> NUL
|
call !GIT! describe > NUL 2> NUL
|
||||||
if errorlevel 1 (
|
if errorlevel 1 (
|
||||||
set GIT="%ProgramFiles%\Git\bin\git.exe"
|
set GIT="%ProgramFiles%\Git\bin\git.exe"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user