From 65107eea00c794c892b74db05c521014193edfbf Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Fri, 20 Dec 2002 01:47:21 +0000 Subject: [PATCH] fi/if typo --- tools/scansources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scansources b/tools/scansources index 19954436..009c1278 100755 --- a/tools/scansources +++ b/tools/scansources @@ -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