Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 68691
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ufed-0.35.orig/ufed.pl
0
++ ufed-0.35/ufed.pl
Lines 753-759 Link Here
753
      for $i (@use_mask_flags) 
753
      for $i (@use_mask_flags) 
754
         { 
754
         { 
755
            next if($i eq "");
755
            next if($i eq "");
756
            $final_list =~ s!-?$i!!g; 
756
            $final_list =~ s!-?\b$i\b!!g; 
757
            #$All .= "$i ";            
757
            #$All .= "$i ";            
758
         }
758
         }
759
      #$All .= "\n";            
759
      #$All .= "\n";            

Return to bug 68691