fix previous commit

This commit is contained in:
Mikaela Suomalainen 2014-05-06 17:28:13 +03:00
parent 8638a420bc
commit 49be36c9a6
2 changed files with 2 additions and 2 deletions

2
bashrc
View File

@ -267,7 +267,7 @@ export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
if [[ $UNAME != Darwin ]]; then
export NPROC=`nproc`
else
export NPROC=`sysctl -n hw.cpu`
export NPROC=`sysctl -n hw.ncpu`
fi
export MAKEFLAGS="-j$NPROC"

2
zshrc
View File

@ -205,7 +205,7 @@ export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
if [[ $UNAME != Darwin ]]; then
export NPROC=`nproc`
else
export NPROC=`sysctl -n hw.cpu`
export NPROC=`sysctl -n hw.ncpu`
fi
export MAKEFLAGS="-j$NPROC"