Fix errorcheck
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -23,6 +23,8 @@ dist/
|
|||||||
/slm/*/*.bin
|
/slm/*/*.bin
|
||||||
|
|
||||||
/scripts/test/
|
/scripts/test/
|
||||||
|
/scripts/lib/
|
||||||
|
/scripts/Style-Bert-VITS2/
|
||||||
*.zip
|
*.zip
|
||||||
*.csv
|
*.csv
|
||||||
*.bak
|
*.bak
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ if !errorlevel! neq 0 (
|
|||||||
echo --------------------------------------------------
|
echo --------------------------------------------------
|
||||||
echo Executing: set "PATH=%~dp0lib\PortableGit\bin;%PATH%"
|
echo Executing: set "PATH=%~dp0lib\PortableGit\bin;%PATH%"
|
||||||
set "PATH=%~dp0lib\PortableGit\bin;%PATH%"
|
set "PATH=%~dp0lib\PortableGit\bin;%PATH%"
|
||||||
if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
|
|
||||||
|
|
||||||
echo --------------------------------------------------
|
echo --------------------------------------------------
|
||||||
echo Checking Git Installation...
|
echo Checking Git Installation...
|
||||||
|
|||||||
Reference in New Issue
Block a user