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:
Steve Kowalik
2014-07-08 14:42:13 +10:00
parent 88ae613452
commit 222c1d5071

View File

@@ -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