0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-28 06:32:30 +00:00

remove biased code part

This commit is contained in:
paulfantom 2018-09-08 13:42:49 +02:00
parent cd3cef55d6
commit be2123235b
No known key found for this signature in database
GPG key ID: 12AE0185401674E7

View file

@ -5,9 +5,6 @@
cppcheck=$(which cppcheck 2>/dev/null || command -v cppcheck 2>/dev/null)
[ -z "${cppcheck}" ] && echo >&2 "install cppcheck." && exit 1
[ -x "/home/costa/src/cppcheck.git/cppcheck" ] && \
cppcheck="/home/costa/src/cppcheck.git/cppcheck"
processors=$(grep -c ^processor /proc/cpuinfo)
[ $(( processors )) -lt 1 ] && processors=1