From e477477a5d7a6ebde05993253dce4241397224c5 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Fri, 9 Nov 2012 15:55:10 +0000 Subject: [PATCH] UBUNTU: [debian] enforcer -- fix debugging output Fix up some confusingly wrong debugging output in the config checker. Signed-off-by: Andy Whitcroft --- debian/scripts/config-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/config-check b/debian/scripts/config-check index f105815a119c..9e497c10d998 100755 --- a/debian/scripts/config-check +++ b/debian/scripts/config-check @@ -75,7 +75,7 @@ sub pred_do { } elsif ($a[0] eq 'flavour') { die "$P: $pred: malformed -- $pred \n" if ($#a < 1); for $possible (@a[1..$#a]) { - #print " *** FLAVOUR<$flavour ?? $a[1]>\n"; + #print " *** FLAVOUR<$flavour ?? $possible>\n"; return 1 if ($flavour eq $possible); } return 0; -- 2.39.5