diff --git a/Scripts/developer_scripts/create_cgal_test_with_cmake b/Scripts/developer_scripts/create_cgal_test_with_cmake index 7c833419177..9d461fecc53 100755 --- a/Scripts/developer_scripts/create_cgal_test_with_cmake +++ b/Scripts/developer_scripts/create_cgal_test_with_cmake @@ -153,11 +153,10 @@ EOF } -echo "create_cgal_test_with_cmake version $VERSION" if [ -f cgal_test_with_cmake ] ; then echo "moving cgal_test_with_cmake to cgal_test_with_cmake.bak ..." mv -f cgal_test_with_cmake cgal_test_with_cmake.bak fi create_script > cgal_test_with_cmake chmod 755 cgal_test_with_cmake -echo "created cgal_test_with_cmake ..." +echo "created cgal_test_with_cmake, version $VERSION, in $PWD ..." diff --git a/Scripts/scripts/cgal_create_cmake_script b/Scripts/scripts/cgal_create_cmake_script index f6ad517a91b..86e3c48f2d5 100755 --- a/Scripts/scripts/cgal_create_cmake_script +++ b/Scripts/scripts/cgal_create_cmake_script @@ -150,4 +150,4 @@ if [ -f ${OUTPUTFILE} ] ; then mv -f $OUTPUTFILE ${OUTPUTFILE}.bak fi create_cmake_script > $OUTPUTFILE -echo "created $OUTPUTFILE ..." +echo "created $OUTPUTFILE in $PWD ..."