diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 7090a576f..dea039010 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -337,7 +337,7 @@ for conf in "${conf_env[@]}"; do done sources=(install_refspdk) -if [[ $OS == FreeBSD ]]; then +if [[ $OSID == freebsd ]]; then jobs=$(($(sysctl -n hw.ncpu) * 2)) else jobs=$(($(nproc) * 2))