[cosmetic] [package] gdb: have both gdb & gdbserver share defaults
[openwrt.git] / scripts / metadata.pl
index 41147d0..8f146c3 100755 (executable)
@@ -415,8 +415,8 @@ sub mconf_depends {
        my @depends = @$depends;
        foreach my $depend (@depends) {
                my $m = "depends";
        my @depends = @$depends;
        foreach my $depend (@depends) {
                my $m = "depends";
-               $depend =~ s/^([@\+]+)//;
-               my $flags = $1;
+               my $flags = "";
+               $depend =~ s/^([@\+]+)// and $flags = $1;
                my $vdep;
                my $condition = $parent_condition;
 
                my $vdep;
                my $condition = $parent_condition;
 
This page took 0.019662 seconds and 4 git commands to generate.