]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Buildsystems.pm
shouldn't need undef here
[debhelper.git] / 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()) {