buid: return instead of exist to make previous work

This commit is contained in:
Franco Fichtner 2023-04-20 08:12:32 +02:00
parent ea3fc219be
commit d3ad0ac3f6
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ install_packages()
done
if [ -z "${PKGFOUND}" ]; then
echo "Could not find package: ${PKG}" >&2
exit 1
return 1
fi
done