cppcheck/cppcheck-report.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 755c011e790d4083c37793778b3364d50b513955 Author: Maarten Hoes <[email protected]> Date: Mon Feb 2 14:23:31 2015 +0100 Set default for 'CPPCHECK_DIR' to something slightly more sensible. Change-Id: Ieb34f5c8a0cbe95e026894b033062f48c691332a Reviewed-on: https://gerrit.libreoffice.org/14279 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/cppcheck/cppcheck-report.sh b/cppcheck/cppcheck-report.sh index 67e8166..3aa242f 100755 --- a/cppcheck/cppcheck-report.sh +++ b/cppcheck/cppcheck-report.sh @@ -188,10 +188,10 @@ if [ "$#" = "0" ] ; then usage fi -# Set some sane defaults here +# Set some defaults here LO_SRC_DIR=~/source/libo-core HTML_DIR=~/tmp/www -CPPCHECK_DIR=~/source/libo-core +CPPCHECK_DIR=~/source/cppcheck DATA_DIR=~/tmp CPPCHECK_GIT_URL="git://github.com/danmar/cppcheck.git" LO_GIT_URL="git://anongit.freedesktop.org/libreoffice/core.git"
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
