use printf, to display \n

This commit is contained in:
Laurent Rineau 2018-06-11 15:54:41 +02:00
parent 59f797f066
commit 564a68dada
1 changed files with 1 additions and 1 deletions

View File

@ -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