logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: 8d02e66464ac8361914aa9694a3186934bfe2b75
parent 8c4ff5d08d7529f459bd96e77d2feb0f9ebd6469
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 14 Mar 2022 19:16:23 +0100

configure: fix printing notices

Diffstat:

Mconfigure4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure @@ -139,7 +139,7 @@ if check_cmd MANDOC "$MANDOC" then : else - printf 'Warning: Tests depending on mandoc disabled' + echo 'Notice: Linting depending on mandoc disabled' MANDOC="true" fi @@ -147,7 +147,7 @@ if check_cmd SHELLCHECK "$SHELLCHECK" then : else - printf 'Warning: Tests depending on shellcheck disabled' + echo 'Notice: Linting depending on shellcheck disabled' SHELLCHECK="true" fi