From d72e8c220b0ddee9298f1c16f9b1dcc8d03f056e Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Fri, 23 Aug 2019 15:02:25 +0200 Subject: [PATCH] sabayon-brokenlinks: Minor fix on message --- sabayon-brokenlinks | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sabayon-brokenlinks b/sabayon-brokenlinks index f09f1a6..505c514 100755 --- a/sabayon-brokenlinks +++ b/sabayon-brokenlinks @@ -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