aboutsummaryrefslogtreecommitdiffstats
path: root/remove_stale.pl
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-05-18 23:16:41 +0000
committerDenis Barbier <barbier>2002-05-18 23:16:41 +0000
commit43c6e6d45ba5618d1e976f0e3c8a0527c49883e3 (patch)
treec94430fa7b48d7633fbb65c042f4a819e8d8e08f /remove_stale.pl
parentef4277278412b27c9031114aec1ca8296848a892 (diff)
Skip international/portuguese which contains multiple HTML files
generated from a single file CVS version numbers remove_stale.pl: 1.8 -> 1.9
Diffstat (limited to 'remove_stale.pl')
-rwxr-xr-xremove_stale.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/remove_stale.pl b/remove_stale.pl
index d9239401b61..44dc6f040c7 100755
--- a/remove_stale.pl
+++ b/remove_stale.pl
@@ -40,7 +40,7 @@ sub recurse
my $directory = shift;
# Don't try to do anything in the WNPP, l10n or intl/french directories.
- return 0 if $directory =~ /wnpp$/ or $directory =~ /l10n$/ or $directory =~ /ional\/french$/;
+ return 0 if $directory =~ /wnpp$/ or $directory =~ /l10n$/ or $directory =~ /ional\/french$/ or $directory =~ /ional\/portuguese$/;
# Load all entries for this directory.
opendir THISDIR, $directory

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