From 2b69d565feb9b2d856b13751faab8438703e5674 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Mon, 17 Sep 2018 14:21:04 +0200 Subject: [PATCH] Don't use \\ after 'EOF' --- Scripts/developer_scripts/create_cgal_test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/developer_scripts/create_cgal_test b/Scripts/developer_scripts/create_cgal_test index 8f16fec5d70..48296e17658 100755 --- a/Scripts/developer_scripts/create_cgal_test +++ b/Scripts/developer_scripts/create_cgal_test @@ -80,9 +80,9 @@ configure() { echo "Configuring... " - if eval 'cmake ${INIT_FILE:+"-C${INIT_FILE}"} "$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \\ - -DCGAL_DIR="$CGAL_DIR" \\ - --no-warn-unused-cli \\ + if eval 'cmake ${INIT_FILE:+"-C${INIT_FILE}"} "$CMAKE_GENERATOR" -DRUNNING_CGAL_AUTO_TEST=TRUE \ + -DCGAL_DIR="$CGAL_DIR" \ + --no-warn-unused-cli \ .' ; then echo " successful configuration" >> $ERRORFILE