]> git.donarmstrong.com Git - debhelper.git/commitdiff
shouldn't need undef here
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Jun 2009 04:21:27 +0000 (00:21 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Jun 2009 04:21:27 +0000 (00:21 -0400)
Debian/Debhelper/Dh_Buildsystems.pm

index d79034b14b8be3ddcfe582b1cfa320adfd64af2f..8e9920f1f21b533e66c310e0f2ec14ce016dde2e 100644 (file)
@@ -137,7 +137,7 @@ sub buildsystems_list {
 
        # List buildsystems (including auto and specified status)
        my ($auto, $specified);
-       my @buildsystems = load_all_buildsystems(undef);
+       my @buildsystems = load_all_buildsystems();
        for my $inst (@buildsystems) {
                my $is_specified = defined $opt_buildsys && $opt_buildsys eq $inst->NAME();
                if (! defined $specified && defined $opt_buildsys && $opt_buildsys eq $inst->NAME()) {