mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 04:02:42 +01:00
Revert Non-Necessary Change. Thank Bigpet.
This commit is contained in:
parent
a2ab685ba9
commit
ef7166057a
@ -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"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user