have a default if run without a core param

pull/2558/head
el-tocino 2020-04-30 10:32:40 -05:00
parent c89a8f63ad
commit d7a4aa13d7
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: