aboutsummaryrefslogtreecommitdiffstats
path: root/remove_stale.pl
diff options
context:
space:
mode:
authorThomas Huriaux <thuriaux>2005-06-26 12:05:54 +0000
committerThomas Huriaux <thuriaux>2005-06-26 12:05:54 +0000
commit28c85236a10b224f5e849e42e8c668291f9cb404 (patch)
treec56bfeabfef427821661b7b18df55fc81932a1d4 /remove_stale.pl
parent849590ed3b6492f9227890ae28da3ffd7f8425a3 (diff)
portuguese is now a normal directory
CVS version numbers remove_stale.pl: 1.14 -> 1.15
Diffstat (limited to 'remove_stale.pl')
-rwxr-xr-xremove_stale.pl4
1 files changed, 2 insertions, 2 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy