From 222c1d50710709fbfd8e225ff991380587c57d3d Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 8 Jul 2014 14:42:13 +1000 Subject: [PATCH] No more thinging in functions.sh The debugging line of "NProc things we have cpus" is badly worded, and contains a typo. Re-word it in a way that doesn't make people twitch. Change-Id: Ic3dd586081750526398fd6d95b54d71bffd8ccd9 --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 190130b8..288f1c67 100644 --- a/functions.sh +++ b/functions.sh @@ -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