mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
Fix clang-analyzer script
This commit is contained in:
parent
c5c96c4c32
commit
a411b06b59
@ -1 +0,0 @@
|
||||
#define SDB_VERSION "0.9.8"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user