1
1

Don't replace stuff in the autom4te.cache directory

This commit was SVN r31653.
Этот коммит содержится в:
Ralph Castain 2014-05-06 18:01:51 +00:00
родитель 9d19dec80a
Коммит ee6ee7a10f

Просмотреть файл

@ -35,7 +35,7 @@ sub replace {
# "special" directories
if ( -l $_ ) { return; }
if ( -d $_ ) {
if ((/\.svn/) || (/\.deps/) || (/\.libs/) || (/\.hg/) || (/\.git/)) {
if ((/\.svn/) || (/\.deps/) || (/\.libs/) || (/\.hg/) || (/\.git/) || (/autom4te\.cache/)) {
$File::Find::prune = true;
}
return;