commit: f7226b138cf34131f0e355192f1d971a1160a89c
parent d5b78d206be274965aeb9ef45235fdd44512eaf0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 17 Jul 2023 08:59:18 +0200
configure: Fix ED and FLAWFINDER variables
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
@@ -145,7 +145,7 @@ then
:
else
echo 'Warning: Fixing copyright in po/*.pot files via ed(1) disabled'
- ED="true"
+ ED="false"
fi
printf 'Checking %s command existance ...' "${MANDOC}"
@@ -172,7 +172,7 @@ then
lint_targets="${lint_targets} lint_flawfinder"
else
echo 'Warning: C analysis via flawfinder(1) disabled'
- SHELLCHECK="true"
+ FLAWFINDER="true"
fi
printf 'Checking %s command existance ...' "${REUSE}"