aboutsummaryrefslogtreecommitdiffstats
path: root/remove_stale.pl
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2001-08-01 00:39:19 +0000
committerDenis Barbier <barbier>2001-08-01 00:39:19 +0000
commitcc43e7d63f7cb27e187b43a406a4b8983a473c06 (patch)
tree6041b941aad981f528b18f75bbc56ab0710ef83e /remove_stale.pl
parentfbdf294369cbc12e5fcb733bda0e98321a9390b6 (diff)
Fix detection of international/french
CVS version numbers remove_stale.pl: 1.6 -> 1.7
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 bdf78cbe68e..10689744589 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$/;
# Load all entries for this directory.
opendir THISDIR, $directory

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