svn commit: r51081 - head/share/tools
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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}}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"