From 404bc84696ac744bc16f68ab839808909c1ce43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 6 Jul 2023 09:37:02 +0200 Subject: [PATCH] missing ${} --- Scripts/developer_scripts/run_testsuite_with_ctest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/run_testsuite_with_ctest b/Scripts/developer_scripts/run_testsuite_with_ctest index 3e13edc6a7e..723b3938d2c 100644 --- a/Scripts/developer_scripts/run_testsuite_with_ctest +++ b/Scripts/developer_scripts/run_testsuite_with_ctest @@ -181,7 +181,7 @@ setup_dirs() # MSVC2015 does not support C++17 if [ "${CGAL_RELEASE_ID}" \> "CGAL-6.0" ]; then - if [ "PLATFORM" = "MSVC2015-Release-64bits" ]; then + if [ "${PLATFORM}" = "MSVC2015-Release-64bits" ]; then continue fi fi