Cosmetic: contrib/jenkins.sh: fix typo

Change-Id: Ic0459bd5585fbcf3af785dfda167811a07107edb
This commit is contained in:
Oliver Smith 2023-04-28 10:50:07 +02:00
parent 64dd85f770
commit f75863f235
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ set -ex
autoreconf --install --force
./configure
$MAKE # Parallel make fails ocsasionally, see OS#3970.
$MAKE # Parallel make fails occasionally, see OS#3970.
$MAKE distcheck
$MAKE maintainer-clean