Merge pull request #36 from jaesivsm/master

Reverting nproc adding
This commit is contained in:
nojhan 2012-08-14 03:20:06 -07:00
commit aa0f725b99

View File

@ -145,7 +145,7 @@ fi
# get cpu number # get cpu number
_lp_cpunum_Linux() _lp_cpunum_Linux()
{ {
nproc grep -c '^[Pp]rocessor' /proc/cpuinfo
} }
_lp_cpunum_FreeBSD() _lp_cpunum_FreeBSD()