This commit is contained in:
Maniack Crudelis 2019-02-20 18:18:35 +01:00 committed by GitHub
parent 51b4d90930
commit 1404ea5972
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -703,7 +703,7 @@ TEST_RESULTS () {
# Evaluate the eighth level
# -> High quality package.
# This level can't be forced to 1
if [ "${level[8}" != "auto" ] && [ "${level[8]}" -ne 0 ]
if [ "${level[8]}" != "auto" ] && [ "${level[8]}" -ne 0 ]
level[8]=auto
fi
# TODO Not implemented yet...