aboutsummaryrefslogtreecommitdiffstats
path: root/remove_stale.pl
diff options
context:
space:
mode:
authorThomas Huriaux <thuriaux>2005-06-18 14:19:12 +0000
committerThomas Huriaux <thuriaux>2005-06-18 14:19:12 +0000
commitf7b3f022f43341812dd77440ecd520d6fd04dc6b (patch)
tree301ad9505a7360caab08d8f5bf2a0e74a32b263f /remove_stale.pl
parent28eb974702deeac61f7163275506be7f6435a976 (diff)
intl/french is now a normal directory
CVS version numbers remove_stale.pl: 1.13 -> 1.14
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 0510f5b5325..93547bb4fd8 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/french directories.
- return 0 if $directory =~ /l10n$/ or $directory =~ /ional\/french$/ or $directory =~ /ional\/portuguese$/;
+ # Don't try to do anything in l10n or intl/portuguese directories.
+ return 0 if $directory =~ /l10n$/ or $directory =~ /ional\/portuguese$/;
# Load all entries for this directory.
opendir THISDIR, $directory

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