Try another approach for Mac

This commit is contained in:
Rikard Bartholf
2025-11-17 16:46:33 +01:00
parent f34a64e458
commit 21baa3d102
+2 -2
View File
@@ -38,8 +38,8 @@ EOF
exit ${1:-0} exit ${1:-0}
} }
# Let -i option default to number of CPU cores, use the output of nproc for this. # Let -i option default to number of CPU cores.
#JOBS=$(nproc) JOBS=$(getconf _NPROCESSORS_ONLN)
db_exec() db_exec()
{ {