@@ -103,7 +103,7 @@ if make --version 2>&1 | grep GNU >/dev/null; then
Linux)
if [ -r /proc/cpuinfo ]; then
for c in `sed -n 's/^cpu cores[ ]*: *//p' /proc/cpuinfo`; do
NJOBS=$(( $NJOBS + $c ))
NJOBS=`expr $NJOBS + $c`
done
fi
;;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.