We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc6f86 commit f722a3dCopy full SHA for f722a3d
build.sh
@@ -2,7 +2,7 @@
2
cd "$(dirname "$0")"
3
4
# Use all cores for the build process
5
-CORE_COUNT=$(< /proc/cpuinfo | grep -c processor)
+CORE_COUNT=$(cat /proc/cpuinfo | grep -c processor)
6
7
# Allow JOB_COUNT environment variable to override the job count
8
JOB_COUNT=${JOB_COUNT:-$CORE_COUNT}
0 commit comments