Skip to content

Commit

Permalink
rebuilt ack
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Oct 7, 2010
1 parent 82d683c commit 2112dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ack
Expand Up @@ -1555,7 +1555,7 @@ sub delete_type {


sub ignoredir_filter {
return !exists $ignore_dirs{$_};
return !exists $ignore_dirs{$_} && !exists $ignore_dirs{$File::Next::dir};
}


Expand Down

0 comments on commit 2112dc8

Please sign in to comment.