Skip to content

Commit f790603

Browse files
authored
Update build.sh
1 parent 2fa352a commit f790603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ mkdir -p objdir
305305
pushd objdir
306306
# shellcheck disable=SC2086
307307
"../gcc-${VERSION}/configure" --prefix="${STAGING_DIR}" ${CONFIG}
308-
if echo "${VERSION}" | grep 'cobol-master'; then
308+
if echo "${BRANCH}" | grep 'master+cobol'; then
309309
make "-j12"
310310
else
311311
make "-j$(nproc)"

0 commit comments

Comments
 (0)