Fix clang-analyzer script

This commit is contained in:
pancake 2015-11-09 22:28:21 +01:00
parent c5c96c4c32
commit a411b06b59
2 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
#define SDB_VERSION "0.9.8"

View File

@ -25,8 +25,9 @@ PLUGINS="${PLUGINS} -enable-checker security.FloatLoopCounter"
if [ -z "${MAKE}" ]; then
MAKE=make
${MAKE} --help >/dev/null 2>&1
gmake --help >/dev/null 2>&1
[ $? = 0 ] && MAKE=gmake
export MAKE="${MAKE}"
fi
scan-build echo >/dev/null
[ $? = 0 ] || exit 1