mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 16:45:56 +08:00
Fix: commented debug echo
This commit is contained in:
8
alas.bat
8
alas.bat
@@ -59,10 +59,10 @@ set sha=%sha:"=%
|
|||||||
set sha=%sha: =%
|
set sha=%sha: =%
|
||||||
FOR /F "delims=" %%i IN ('%GIT% log -1 "--pretty=%%H"') DO set LAST_LOCAL_GIT=%%i
|
FOR /F "delims=" %%i IN ('%GIT% log -1 "--pretty=%%H"') DO set LAST_LOCAL_GIT=%%i
|
||||||
:: -----------------------------------------------------------------------------
|
:: -----------------------------------------------------------------------------
|
||||||
echo %sha%
|
REM echo %sha%
|
||||||
echo %LAST_LOCAL_GIT%
|
REM echo %LAST_LOCAL_GIT%
|
||||||
echo Parse Ok
|
REM echo Parse Ok
|
||||||
pause
|
REM pause
|
||||||
:: -----------------------------------------------------------------------------
|
:: -----------------------------------------------------------------------------
|
||||||
if %LAST_LOCAL_GIT% EQU %sha% (
|
if %LAST_LOCAL_GIT% EQU %sha% (
|
||||||
set found_updates=
|
set found_updates=
|
||||||
|
|||||||
Reference in New Issue
Block a user