mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
This commit is contained in:
+3
-2
@@ -814,8 +814,8 @@ if not exist "%~3". (
|
|||||||
) else (
|
) else (
|
||||||
call cecho.cmd 0 13 "%DEPENDENCY_NAME% already downloaded. Skipping."
|
call cecho.cmd 0 13 "%DEPENDENCY_NAME% already downloaded. Skipping."
|
||||||
)
|
)
|
||||||
set LAST_ACTION=DownloadFile '%DEPENDENCY_NAME%'.
|
|
||||||
set RET=%ERRORLEVEL%
|
set RET=%ERRORLEVEL%
|
||||||
|
set LAST_ACTION=DownloadFile '%DEPENDENCY_NAME%'.
|
||||||
popd
|
popd
|
||||||
exit /b %RET%
|
exit /b %RET%
|
||||||
|
|
||||||
@@ -828,8 +828,9 @@ if not exist "%~3". (
|
|||||||
) else (
|
) else (
|
||||||
call cecho.cmd 0 13 "%DEPENDENCY_NAME% already extracted into %~3. Skipping."
|
call cecho.cmd 0 13 "%DEPENDENCY_NAME% already extracted into %~3. Skipping."
|
||||||
)
|
)
|
||||||
|
set RET=%ERRORLEVEL%
|
||||||
set LAST_ACTION=ExtractArchive '%DEPENDENCY_NAME%'.
|
set LAST_ACTION=ExtractArchive '%DEPENDENCY_NAME%'.
|
||||||
exit /b %ERRORLEVEL%
|
exit /b %RET%
|
||||||
|
|
||||||
:: GitCloneOrPullRepository - Clones or pulls (if repository already cloned) a Git repository
|
:: GitCloneOrPullRepository - Clones or pulls (if repository already cloned) a Git repository
|
||||||
:: Params: %1 gitUrl, %2 destDir
|
:: Params: %1 gitUrl, %2 destDir
|
||||||
|
|||||||
Reference in New Issue
Block a user