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 27890f6 commit cfe5c61Copy full SHA for cfe5c61
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 -l)
+CORE_COUNT=$(< /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