mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Revert Non-Necessary Change. Thank Bigpet.
This commit is contained in:
parent
a2ab685ba9
commit
ef7166057a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue