lcov-report/lcov-report.sh | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 1ba25afb4b0021f8d77f961ba4923fa27c390c62 Author: Maarten Hoes <hoes.maar...@gmail.com> Date: Wed Mar 4 21:14:19 2015 +0100
Also readlink -f BUILD_DIR when running BEFORE or AFTER. Change-Id: Ibce70d6cf3deb289bb6bdd8727f6d8680895f518 Reviewed-on: https://gerrit.libreoffice.org/14746 Reviewed-by: Norbert Thiebaud <nthieb...@gmail.com> Tested-by: Norbert Thiebaud <nthieb...@gmail.com> diff --git a/lcov-report/lcov-report.sh b/lcov-report/lcov-report.sh index 1e7cbd2..ab62d68 100755 --- a/lcov-report/lcov-report.sh +++ b/lcov-report/lcov-report.sh @@ -85,6 +85,8 @@ init() if [ -z "${SRC_DIR?}" ] ; then die "When specifying '-a', you also need to specify '-s'." fi + + BUILD_DIR=$(readlink -f "${BUILD_DIR?}") fi if [ "${BEFORE?}" = "TRUE" ] ; then _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits