From 48d4034baacbf4c2d8472c6f53a3d0909cc54443 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 18 Oct 2021 16:35:20 +0200 Subject: [PATCH] Cosmetic change: I commit what is used on sosno --- Scripts/developer_scripts/autotest_cgal_with_ctest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/developer_scripts/autotest_cgal_with_ctest b/Scripts/developer_scripts/autotest_cgal_with_ctest index 2b135920be9..ccf560ac808 100755 --- a/Scripts/developer_scripts/autotest_cgal_with_ctest +++ b/Scripts/developer_scripts/autotest_cgal_with_ctest @@ -97,8 +97,10 @@ download_latest() fi log "${ACTUAL_LOGFILE}" "getting LATEST" if [ -n "${USE_CURL}" ]; then + echo "using curl..." ${CURL} ${CURL_OPTS} "${LATEST_LOCATION}" >> "${ACTUAL_LOGFILE}" 2>&1 else + echo "using wget..." ${WGET} ${WGET_OPTS} "${LATEST_LOCATION}" >> "${ACTUAL_LOGFILE}" 2>&1 fi if [ ! -f "LATEST" ]; then