Fix typo introduced in refactor

This commit is contained in:
Val Markovic 2013-04-09 23:40:04 -07:00
parent 77fbd80c89
commit 322c4ef4d4

View File

@ -51,7 +51,7 @@ function python_finder {
}
function num_cores {
if ! command_exists nproc; then
if command_exists nproc; then
num_cpus=$(nproc)
else
num_cpus=1