Cosmetic fix for s/pflogsum/pflogsumm/ - not functional in autoconf section

This commit is contained in:
Martin Schobert 2019-08-31 00:56:36 +02:00 committed by Lars Kruse
parent efff247575
commit c84659ad22
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ if [ "$1" = 'autoconf' ]; then
# Check if pflogsumm exist
if [ -z "${PFLOGSUMM}" ]
then
echo 'no (pflogsum not found in your system)'
echo 'no (pflogsumm not found in your system)'
else
echo 'yes'
fi