No more thinging in functions.sh
The debugging line of "NProc things we have <N> cpus" is badly worded, and contains a typo. Re-word it in a way that doesn't make people twitch. Change-Id: Ic3dd586081750526398fd6d95b54d71bffd8ccd9
This commit is contained in:
@@ -386,7 +386,7 @@ function setup_host {
|
||||
set -o xtrace
|
||||
|
||||
# capture # of cpus
|
||||
echo "NProc things we have $(nproc) cpus"
|
||||
echo "NProc has discovered $(nproc) CPUs"
|
||||
cat /proc/cpuinfo
|
||||
|
||||
# This is necessary to keep sudo from complaining
|
||||
|
||||
Reference in New Issue
Block a user