From 5658adbc263aa01f0adcaecbfaf9148e2010e928 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 24 Jul 2017 16:15:07 +0200 Subject: [PATCH] Fix the updates to doc.cgal.org/master --- Scripts/developer_scripts/run_doxygen_testsuite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/developer_scripts/run_doxygen_testsuite b/Scripts/developer_scripts/run_doxygen_testsuite index c7b00d94abf..402a2bce925 100755 --- a/Scripts/developer_scripts/run_doxygen_testsuite +++ b/Scripts/developer_scripts/run_doxygen_testsuite @@ -63,9 +63,9 @@ export PYTHONPATH PATH=/home/cgal-testsuite/local/bin:$PATH export PATH cd "$PWD/doc/scripts" -bash ./test_doxygen_versions.sh /home/cgal-testsuite/local/bin/doxygen '' /srv/CGAL/www/Members/Manual_doxygen_test +bash -$- ./test_doxygen_versions.sh /home/cgal-testsuite/local/bin/doxygen '' /srv/CGAL/www/Members/Manual_doxygen_test case "$CGAL_RELEASE_ID" in - *-I-*) rsync -a --delete "../Manual_doxygen_test/$CGAL_RELEASE_ID/output/" /srv/CGAL/www/doc/master/ + *-I-*) rsync -a --delete "/srv/CGAL/www/Members/Manual_doxygen_test/${CGAL_RELEASE_ID}/output/" /srv/CGAL/www/doc/master/ ;; esac rm -rf "${CGAL_DOC_BUILD}"