Skip to content

Commit cfe5c61

Browse files
committed
fix typo
1 parent 27890f6 commit cfe5c61

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 -l)
5+
CORE_COUNT=$(< /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)