coverity/prepare_source_Osmocom: remove test -d

This was redundant, mkdir -p doesn't error if the directory structure
exists.

Change-Id: Ic6253ecb9bfd5f8b2d744988b8825ef90e2e6d5e
This commit is contained in:
Oliver Smith 2022-09-26 14:42:53 +02:00
parent 3d1bbda3bc
commit 204ad54e93
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ PROJECTS_DONT_BUILD_TEST="
asn1c
"
[ -d $BASEDIR ] || mkdir -p $BASEDIR
mkdir -p $BASEDIR
cd $BASEDIR
for proj in $PROJECTS $PROJECTS_DONT_BUILD_TEST; do