Skip to content

Commit f722a3d

Browse files
authored
Revert back to cat for now
1 parent 5fc6f86 commit f722a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd "$(dirname "$0")"
33

44
# Use all cores for the build process
5-
CORE_COUNT=$(< /proc/cpuinfo | grep -c processor)
5+
CORE_COUNT=$(cat /proc/cpuinfo | grep -c processor)
66

77
# Allow JOB_COUNT environment variable to override the job count
88
JOB_COUNT=${JOB_COUNT:-$CORE_COUNT}

0 commit comments

Comments
 (0)