Print out folder names

This commit is contained in:
Fernando Cacciola
2008-05-07 16:02:13 +00:00
parent 8adbf35a68
commit 033aeefc0d
2 changed files with 2 additions and 3 deletions
@@ -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 ..."