fi/if typo

This commit is contained in:
Philip Hands 2002-12-20 01:47:21 +00:00
parent 062f9b6dea
commit 65107eea00
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ SECTIONS="main"
if [ "${NONFREE:-0}" != "0" -o "${EXTRANONFREE:-0}" != "0" ]; then
SECTIONS="${SECTIONS} non-free"
fi
fi [ "${CONTRIB:-0}" != "0" ]; then
if [ "${CONTRIB:-0}" != "0" ]; then
SECTIONS="${SECTIONS} contrib"
fi