[Ubuntu] Improve errexit option handling (#8352)

This commit is contained in:
Vasilii Polikarpov
2023-10-02 15:52:49 +02:00
committed by GitHub
parent 953177d098
commit b3c54ca36b
3 changed files with 12 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ function InstallPyPy
PACKAGE_URL=$1
PACKAGE_TAR_NAME=$(echo $PACKAGE_URL | awk -F/ '{print $NF}')
echo "Downloading tar archive '$PACKAGE_TAR_NAME' - '$PACKAGE_URL'"
echo "Downloading tar archive '$PACKAGE_TAR_NAME'"
PACKAGE_TAR_TEMP_PATH="/tmp/$PACKAGE_TAR_NAME"
download_with_retries $PACKAGE_URL "/tmp" $PACKAGE_TAR_NAME