Skip to content

Commit 2c8b39d

Browse files
hiroyuki-satokou
andauthored
Update ci/scripts/cpp_build.sh
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 3ae230b commit 2c8b39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/cpp_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ else
293293
"${source_dir}"
294294
fi
295295

296-
: "${ARROW_BUILD_PARALLEL:=$(( n_jobs + 1))}"
296+
: "${ARROW_BUILD_PARALLEL:=$((n_jobs + 1))}"
297297
if [ "${ARROW_USE_MESON:-OFF}" = "ON" ]; then
298298
time meson compile -j "${ARROW_BUILD_PARALLEL}"
299299
meson install

0 commit comments

Comments
 (0)