svn commit: r51081 - head/share/tools

Wolfram Schneider wosch at FreeBSD.org
Sat Oct 7 21:42:31 UTC 2017


Author: wosch
Date: Sat Oct  7 21:42:28 2017
New Revision: 51081
URL: https://svnweb.freebsd.org/changeset/doc/51081

Log:
  path for sysctl(8)

Modified:
  head/share/tools/webupdate-regression

Modified: head/share/tools/webupdate-regression
==============================================================================
--- head/share/tools/webupdate-regression	Sat Oct  7 20:53:47 2017	(r51080)
+++ head/share/tools/webupdate-regression	Sat Oct  7 21:42:28 2017	(r51081)
@@ -36,7 +36,7 @@
 set -e
 
 # by default run two processes per CPU
-ncpu2=$(( $(sysctl -n hw.ncpu) * 2))
+ncpu2=$(( $(/sbin/sysctl -n hw.ncpu) * 2))
 
 : ${NO_OBJ=YES}
 : ${make_opt=-j${ncpu2}}


More information about the svn-doc-all mailing list