mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Merge pull request #159 from whoamikyo/master
Fix: commented debug echo
This commit is contained in:
commit
53f0ccf06c
8
alas.bat
8
alas.bat
@ -70,10 +70,10 @@ set sha=%sha:"=%
|
||||
set sha=%sha: =%
|
||||
FOR /F "delims=" %%i IN ('%GIT% log -1 "--pretty=%%H"') DO set LAST_LOCAL_GIT=%%i
|
||||
:: -----------------------------------------------------------------------------
|
||||
echo %sha%
|
||||
echo %LAST_LOCAL_GIT%
|
||||
echo Parse Ok
|
||||
pause
|
||||
REM echo %sha%
|
||||
REM echo %LAST_LOCAL_GIT%
|
||||
REM echo Parse Ok
|
||||
REM pause
|
||||
:: -----------------------------------------------------------------------------
|
||||
if %LAST_LOCAL_GIT% EQU %sha% (
|
||||
set found_updates=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user