unicorn mode, parallel job cmd fix for openbsd

This commit is contained in:
David Carlier 2019-11-17 10:12:15 +00:00
parent a8f6ce5475
commit b6e51a5cd6

View File

@ -97,7 +97,7 @@ if [ "$PLT" = "NetBSD" ] || [ "$PLT" = "OpenBSD" ]; then
CKSUMCMD="cksum -a sha384 -q"
PYTHONBIN=python2.7
MAKECMD=gmake
CORES=`sysctl hw.ncpu | cut -d' ' -f2`
CORES=`sysctl hw.ncpu | cut -d'=' -f2`
TARCMD=gtar
EASY_INSTALL=easy_install-2.7
fi