]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: [debian] enforcer -- fix debugging output
authorAndy Whitcroft <apw@canonical.com>
Fri, 9 Nov 2012 15:55:10 +0000 (15:55 +0000)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
Fix up some confusingly wrong debugging output in the config checker.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
debian/scripts/config-check

index f105815a119cb67167008eb91685157b05910688..9e497c10d998e27d6d04c6abbee9cd575d246626 100755 (executable)
@@ -75,7 +75,7 @@ sub pred_do {
        } elsif ($a[0] eq 'flavour') {
                die "$P: $pred: malformed -- $pred <flavour>\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;