osmo-release.sh: Drop repeated DRY_RUN early exit

Change-Id: Ib45fa3f5f89e1f7321d6ceace1b9336e5416c38c
This commit is contained in:
Pau Espin 2021-02-24 12:52:32 +01:00
parent 44507195e0
commit 01312215fa
1 changed files with 0 additions and 3 deletions

View File

@ -196,9 +196,6 @@ if [ "z$LIBVERS" != "z" ]; then
exit 1
fi
fi
if [ "z$DRY_RUN" != "z0" ]; then
exit 0
fi
fi
if [ "z$DRY_RUN" != "z0" ]; then