View | Details | Raw Unified | Return to bug 39115
Collapse All | Expand All

(-)a/misc/devel/tidy.pl (-2 / +1 lines)
Lines 124-130 sub tidy { Link Here
124
124
125
sub build_git_exclude {
125
sub build_git_exclude {
126
    my ($filetype) = @_;
126
    my ($filetype) = @_;
127
    return join( " ", map( "':(exclude)$_'", @{ $exceptions->{$filetype} } ) );
127
    return join( " ", map( "--exclude='$_'", @{ $exceptions->{$filetype} } ) );
128
}
128
}
129
129
130
sub get_perl_files {
130
sub get_perl_files {
131
- 

Return to bug 39115