Don't show private variable name in user message.

This commit is contained in:
Bryan Drewery 2020-04-10 23:28:56 +00:00
parent f3c868b9ce
commit b74622b8ed

View file

@ -205,7 +205,7 @@ if [ $err -eq 1 ]; then
fi
if [ -n "${dp_STRICT_DEPENDS}" -a ${anynotfound} -eq 1 ]; then \
echo "===> dp_STRICT_DEPENDS set - Not installing missing dependencies."
echo "===> STRICT_DEPENDS set - Not installing missing dependencies."
echo " This means a dependency is wrong since it was not satisfied in the ${dp_DEPTYPE} phase."
exit 1
fi