CONF.sh: unset NONFREE_COMPONENTS initially

The idea is to start from a clean slate every time, do the same as for
other variables.
This commit is contained in:
Cyril Brulebois 2023-01-27 00:22:43 +01:00
parent 2674f26060
commit ee1efda6de
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ fi
# Unset all optional variables first to start from a clean state
unset NONFREE || true
unset NONFREE_COMPONENTS|| true
unset CONTRIB || true
unset EXTRANONFREE || true
unset LOCAL || true