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 2fa352a commit f790603Copy full SHA for f790603
build/build.sh
@@ -305,7 +305,7 @@ mkdir -p objdir
305
pushd objdir
306
# shellcheck disable=SC2086
307
"../gcc-${VERSION}/configure" --prefix="${STAGING_DIR}" ${CONFIG}
308
-if echo "${VERSION}" | grep 'cobol-master'; then
+if echo "${BRANCH}" | grep 'master+cobol'; then
309
make "-j12"
310
else
311
make "-j$(nproc)"
0 commit comments