Skip to content
Snippets Groups Projects
Unverified Commit eed00353 authored by Tiago Grego's avatar Tiago Grego Committed by GitHub
Browse files

regex fix in housekeeping_apache2.t

parent 4d786171
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ foreach my $f (@source_files) {
next if $f =~ /\/blib\//;
next if $f =~ /\/HALXS\.c$/;
next if $f =~ /\.conf\b/;
next if $f =~ /\CLEAN\b/;
next if $f =~ /\/CLEAN\b/;
next if $f =~ /\.(tmpl|hash|nw|ctl|txt|html|textile)$/;
has_apache2_licence($f);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment