Merge pull request #2558 from el-tocino/mimic-build-core-fix

have a default if run without a core param
pull/2565/head^2
Åke 2020-05-04 09:56:03 +02:00 committed by GitHub
commit 6a93747b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
set -Ee
MIMIC_DIR=mimic
CORES=$1
CORES=${1:-1}
MIMIC_VERSION=1.2.0.2
# for ubuntu precise in travis, that does not provide pkg-config: