From 581a740a20488682e9b8130299c149a988048377 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 15 Aug 2005 15:43:33 +0000 Subject: While we should ignore sub directories of l10n/, we shouldn't do so with the directory itself CVS version numbers remove_stale.pl: 1.15 -> 1.16 --- remove_stale.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remove_stale.pl') diff --git a/remove_stale.pl b/remove_stale.pl index 347efbc91f4..da466f998ac 100755 --- a/remove_stale.pl +++ b/remove_stale.pl @@ -47,8 +47,8 @@ sub recurse # Get parameter. my $directory = shift; - # Don't try to do anything in l10n. - return 0 if $directory =~ /l10n$/; + # Don't try to do anything in sub directories of l10n. + return 0 if $directory =~ m'l10n/[^/]+$'; # Load all entries for this directory. opendir THISDIR, $directory -- cgit v1.2.3