sabayon-brokenlinks: Minor fix on message

This commit is contained in:
Daniele Rondina
2019-08-23 15:02:25 +02:00
parent 280a665707
commit d72e8c220b
+5 -1
View File
@@ -443,7 +443,11 @@ main() {
fi
if [ ${#MANUALLY_REMOVED_LINKS[@]} -gt 0 ] ; then
log 1 "Hereinafter, links to manually remove:"
if [ "${FORCE_MANUAL}" = 1 ] ; then
log 1 "Hereinafter, links removed with force:"
else
log 1 "Hereinafter, links to manually remove:"
fi
print_links2remove
fi