From 564a68dadacc5e8555e1105e37f41387a13688c0 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 11 Jun 2018 15:54:41 +0200 Subject: [PATCH] use printf, to display \n --- Scripts/developer_scripts/cgal_check_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/cgal_check_dependencies.sh b/Scripts/developer_scripts/cgal_check_dependencies.sh index f05b8e064ce..a22eb264462 100644 --- a/Scripts/developer_scripts/cgal_check_dependencies.sh +++ b/Scripts/developer_scripts/cgal_check_dependencies.sh @@ -52,7 +52,7 @@ echo " Checks finished" cd $CGAL_ROOT rm -r dep_check_build if [ -n "$TOTAL_RES" ]; then - echo "$TOTAL_RES" + printf "$TOTAL_RES" echo " You can run cmake with options CGAL_ENABLE_CHECK_HEADERS and CGAL_COPY_DEPENDENCIES ON, make the target packages_dependencies and commit the new dependencies files," echo " or simply manually edit the problematic files." exit 1