Fix a wrong error message in APTITUDE check.

This commit is contained in:
Romain Dessort 2016-05-10 10:29:50 -04:00
parent ad26ff2d22
commit d2ebf78e2c

View file

@ -166,7 +166,7 @@ if [ -e /etc/debian_version ]; then
fi
if [ "$IS_APTITUDE" = 1 ]; then
is_debianversion jessie && test -e /usr/bin/aptitude && echo 'IS_APTITUDEONLY FAILED!'
is_debianversion jessie && test -e /usr/bin/aptitude && echo 'IS_APTITUDE FAILED!'
fi
if [ "$IS_APTICRON" = 1 ]; then