From 28c85236a10b224f5e849e42e8c668291f9cb404 Mon Sep 17 00:00:00 2001 From: Thomas Huriaux Date: Sun, 26 Jun 2005 12:05:54 +0000 Subject: portuguese is now a normal directory CVS version numbers remove_stale.pl: 1.14 -> 1.15 --- 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 93547bb4fd8..347efbc91f4 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 or intl/portuguese directories. - return 0 if $directory =~ /l10n$/ or $directory =~ /ional\/portuguese$/; + # Don't try to do anything in l10n. + return 0 if $directory =~ /l10n$/; # Load all entries for this directory. opendir THISDIR, $directory -- cgit v1.2.3