contrib/jenkins.sh: werror with WITH_MANUALS too

Change-Id: I6f1bbbc8d3ac04e8a82fb954c59ec30d6be46c13
This commit is contained in:
Oliver Smith 2022-12-21 16:21:05 +01:00
parent 69bb2fab2b
commit a3193e4daa
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ osmo-build-dep.sh asn1c aper-prefix
CONFIG="--enable-werror"
if [ "$WITH_MANUALS" = "1" ]; then
CONFIG=" --enable-manuals"
CONFIG="$CONFIG --enable-manuals"
fi
set +x